Skip to content

Commit

Permalink
Change a timer
Browse files Browse the repository at this point in the history
  • Loading branch information
naotokuwa committed Aug 2, 2023
1 parent 373e840 commit b3bff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/wordhunter/server/ServerMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void run()
try
{
timerStartTime = System.nanoTime();
Thread.sleep(startGameTimeMin * 6000);
Thread.sleep(startGameTimeMin * 60000);
ServerMain.serverState = ServerState.GAME_IN_PROGRESS;
}
catch (InterruptedException e)
Expand Down

0 comments on commit b3bff18

Please sign in to comment.