mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-14 15:48: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();
|
CheckSize();
|
||||||
ClearCache();
|
ClearCache();
|
||||||
|
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ObjectDictionary::RemoveIndexRange(int minIndex, int maxIndex)
|
bool ObjectDictionary::RemoveIndexRange(int minIndex, int maxIndex)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user