Commit 674d22c0 authored by 18신대성's avatar 18신대성

오타수정1

parent 6df5bf93
...@@ -154,7 +154,7 @@ class GameRoom ...@@ -154,7 +154,7 @@ class GameRoom
} }
else if (this.currentPhase === GameServer.Phase.COUNT) else if (this.currentPhase === GameServer.Phase.COUNT)
{ {
this.endTime = this.endTime - (Time.now() - this.countStartTime); this.endTime = this.endTime - (Date.now() - this.countStartTime);
this.announceToRoom('setRoomCount', this.announceToRoom('setRoomCount',
{ {
isEnable: true, endTime: this.endTime, playerCount: this.currentPlayer.length, isEnable: true, endTime: this.endTime, playerCount: this.currentPlayer.length,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment