Skip to content

Commit e1349d0

Browse files
committed
typo(sdk): forbib -> forbid
1 parent 2e60fd5 commit e1349d0

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
@@ -117,7 +117,7 @@ void start(InputStream is, PrintStream out) {
117117
swapInfoAndViewData();
118118
log.info("Turn " + turn);
119119
newTurn = true;
120-
outputsRead = false; // Set as true after first getOutputs() to forbib sendInputs
120+
outputsRead = false; // Set as true after first getOutputs() to forbid sendInputs
121121

122122
referee.gameTurn(turn);
123123
registeredModules.forEach(Module::onAfterGameTurn);

0 commit comments

Comments
 (0)