mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 21:13:47 +00:00
dont send desync messages
This commit is contained in:
@@ -426,6 +426,9 @@ export class GameServer {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: enable when replays work
|
||||
return;
|
||||
|
||||
const serverDesync = ServerDesyncSchema.safeParse({
|
||||
type: "desync",
|
||||
turn: lastHashTurn,
|
||||
|
||||
Reference in New Issue
Block a user