We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740a7ec commit cc12209Copy full SHA for cc12209
engine/core/src/main/java/com/codingame/gameengine/core/GameManager.java
@@ -456,7 +456,7 @@ public void setTurnMaxTime(int turnMaxTime) throws IllegalArgumentException {
456
}
457
458
/**
459
- * Set the timeout delay of the first turn for every player. Default is 50ms.
+ * Set the timeout delay of the first turn for every player. Default is 1000ms.
460
*
461
* @param turnMaxTime
462
* Duration in milliseconds.
0 commit comments