mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
make desync detection work again
This commit is contained in:
@@ -536,7 +536,7 @@ bool Network::CheckSRAND(uint32 tick, uint32 srand0)
|
||||
if (server_srand0_tick == 0)
|
||||
return true;
|
||||
|
||||
if (tick >= server_srand0_tick) {
|
||||
if (tick > server_srand0_tick) { // this should not happen
|
||||
server_srand0_tick = 0;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user