mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-06 00:38:49 +00:00
trying to fix nondetermism
This commit is contained in:
@@ -66,7 +66,9 @@ export class GameServer {
|
||||
private sendStartGameMsg(ws: WebSocket) {
|
||||
ws.send(JSON.stringify(ServerStartGameMessageSchema.parse(
|
||||
{
|
||||
type: "start"
|
||||
type: "start",
|
||||
// TODO: this could get large
|
||||
turns: this.turns
|
||||
}
|
||||
)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user