mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
remove a bool around that might affect some rare checkpoints error
This commit is contained in:
parent
060ce5e660
commit
98fcc37b7b
@ -705,6 +705,7 @@ void LoadPersistentData(int serial)
|
||||
return;
|
||||
}
|
||||
|
||||
gB_SaveStates[client] = false;
|
||||
LoadCheckpointCache(client, aData.cpcache, true);
|
||||
|
||||
gI_TimesTeleported[client] = aData.iTimesTeleported;
|
||||
@ -723,7 +724,6 @@ void LoadPersistentData(int serial)
|
||||
}
|
||||
}
|
||||
|
||||
gB_SaveStates[client] = false;
|
||||
DeletePersistentData(iIndex, aData);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user