Some Cleanups

This commit is contained in:
hondacrx
2021-06-07 18:06:16 -04:00
parent cb7640e3c6
commit 302a1f293c
53 changed files with 382 additions and 477 deletions
+2 -3
View File
@@ -1029,9 +1029,8 @@ namespace Game
return;
}
uint val = mSpawnedPools[pool_id];
if (val > 0)
--val;
if (mSpawnedPools[pool_id] > 0)
--mSpawnedPools[pool_id];
}
public List<ulong> GetActiveQuests() { return mActiveQuests; } // a copy of the set