enable desync msg (#215)

This commit is contained in:
Ilan Schemoul
2025-03-11 22:35:06 +01:00
committed by GitHub
parent b9399f576c
commit 43870503a0
-2
View File
@@ -425,8 +425,6 @@ export class GameServer {
this.outOfSyncClients.add(oos.clientID);
}
}
return;
// TODO: renable this once desync issue fixed
const serverDesync = ServerDesyncSchema.safeParse({
type: "desync",