2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-14 07:38:04 +03:00

[HLTV] Fix reverse-engineering mistake in ObjectDictionary::RemoveIndex

This commit is contained in:
s1lentq 2024-08-01 00:09:32 +07:00
parent 9935f8bc75
commit ed954a710f

View File

@ -195,7 +195,7 @@ bool ObjectDictionary::RemoveIndex(int index, bool freeObjectMemory)
CheckSize();
ClearCache();
return false;
return true;
}
bool ObjectDictionary::RemoveIndexRange(int minIndex, int maxIndex)