Skip to content

Commit cc12209

Browse files
author
Julien
committed
fix default value of first turn timeout
1 parent 740a7ec commit cc12209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/core/src/main/java/com/codingame/gameengine/core/GameManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ public void setTurnMaxTime(int turnMaxTime) throws IllegalArgumentException {
456456
}
457457

458458
/**
459-
* Set the timeout delay of the first turn for every player. Default is 50ms.
459+
* Set the timeout delay of the first turn for every player. Default is 1000ms.
460460
*
461461
* @param turnMaxTime
462462
* Duration in milliseconds.

0 commit comments

Comments
 (0)