Check Tracker - Fixes a bug where checks would sometimes fail to load

This commit is contained in:
sonoftunk 2022-11-23 07:29:37 -05:00
parent 60ec5bb9be
commit 00cbe4ffd5

View File

@ -349,6 +349,7 @@ void Teardown() {
areaChecksTotal[i] = 0; areaChecksTotal[i] = 0;
areaChecksGotten[i] = 0; areaChecksGotten[i] = 0;
} }
doInitialize = true;
} }
bool ShouldUpdateChecks() { bool ShouldUpdateChecks() {