diff --git a/rehlds/common/ObjectDictionary.cpp b/rehlds/common/ObjectDictionary.cpp index 84a0f88..6f6f88c 100644 --- a/rehlds/common/ObjectDictionary.cpp +++ b/rehlds/common/ObjectDictionary.cpp @@ -195,7 +195,7 @@ bool ObjectDictionary::RemoveIndex(int index, bool freeObjectMemory) CheckSize(); ClearCache(); - return false; + return true; } bool ObjectDictionary::RemoveIndexRange(int minIndex, int maxIndex)