mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 06:54:41 +00:00
src/server/GameServer.ts
This commit is contained in:
@@ -44,7 +44,7 @@ export class GameServer {
|
||||
private _hasStarted = false;
|
||||
private _startTime: number | null = null;
|
||||
|
||||
private endTurnIntervalID;
|
||||
private endTurnIntervalID: NodeJS.Timeout | undefined;
|
||||
|
||||
private lastPingUpdate = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user