Skip to content

Commit 7b87b9c

Browse files
committed
fix(server): remove wrongly introduced change from last commit
1 parent d9196e1 commit 7b87b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/server/sc/plugin2020/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected void onRoundBasedAction(Player fromPlayer, ProtocolMessage data) throw
6262
GameRuleLogic.performMove(this.gameState, move);
6363
next(this.gameState.getCurrentPlayer());
6464
} catch(InvalidMoveException e) {
65-
super.catchInvalidMove(e, fromPlayer, move);
65+
super.catchInvalidMove(e, fromPlayer);
6666
}
6767
}
6868

0 commit comments

Comments
 (0)