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 cc12209 commit f60b03aCopy full SHA for f60b03a
engine/core/src/main/java/com/codingame/gameengine/core/GameManager.java
@@ -458,7 +458,7 @@ public void setTurnMaxTime(int turnMaxTime) throws IllegalArgumentException {
458
/**
459
* Set the timeout delay of the first turn for every player. Default is 1000ms.
460
*
461
- * @param turnMaxTime
+ * @param firstTurnMaxTime
462
* Duration in milliseconds.
463
* @throws IllegalArgumentException
464
* if firstTurnMaxTime < 50 or > 25000
0 commit comments