Skip to content

Commit

Permalink
fix(server): remove wrongly introduced change from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SKoschnicke committed Mar 4, 2020
1 parent d9196e1 commit 7b87b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/server/sc/plugin2020/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected void onRoundBasedAction(Player fromPlayer, ProtocolMessage data) throw
GameRuleLogic.performMove(this.gameState, move);
next(this.gameState.getCurrentPlayer());
} catch(InvalidMoveException e) {
super.catchInvalidMove(e, fromPlayer, move);
super.catchInvalidMove(e, fromPlayer);
}
}

Expand Down

0 comments on commit 7b87b9c

Please sign in to comment.