mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-01 13:52:19 -05:00
Check Tracker - Fixes a bug where checks would sometimes fail to load
This commit is contained in:
parent
60ec5bb9be
commit
00cbe4ffd5
@ -349,6 +349,7 @@ void Teardown() {
|
|||||||
areaChecksTotal[i] = 0;
|
areaChecksTotal[i] = 0;
|
||||||
areaChecksGotten[i] = 0;
|
areaChecksGotten[i] = 0;
|
||||||
}
|
}
|
||||||
|
doInitialize = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ShouldUpdateChecks() {
|
bool ShouldUpdateChecks() {
|
||||||
|
Loading…
Reference in New Issue
Block a user