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:
parent
9935f8bc75
commit
ed954a710f
@ -195,7 +195,7 @@ bool ObjectDictionary::RemoveIndex(int index, bool freeObjectMemory)
|
||||
CheckSize();
|
||||
ClearCache();
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ObjectDictionary::RemoveIndexRange(int minIndex, int maxIndex)
|
||||
|
Loading…
x
Reference in New Issue
Block a user