File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/core/modules/entities Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ Color CBaseEntityWrapper::GetKeyValueColor(const char* szName)
402
402
// Fix for issue #346
403
403
// https://github.com/Source-Python-Dev-Team/Source.Python/issues/346
404
404
// If we got values bigger than 255, it's not a hard-coded keyvalue, but one that is read
405
- // from the datamap. Those are incorrectly parsed by the SDK (nt * should be unsiged char*):
405
+ // from the datamap. Those are incorrectly parsed by the SDK (int * should be unsiged char*):
406
406
// https://github.com/alliedmodders/hl2sdk/blob/0ef5d3d482157bc0bb3aafd37c08961373f87bfd/game/server/saverestore_gamedll.cpp#L205-L211
407
407
if (iResult[0 ] > 255 || iResult[1 ] > 255 || iResult[2 ] > 255 || iResult[3 ] > 255 ) {
408
408
return Color (
You can’t perform that action at this time.
0 commit comments