Skip to content

Commit

Permalink
remove spurious commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
riverwanderer committed Sep 28, 2023
1 parent 635bc26 commit 6e7d448
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ public void finish() {
if (GameModule.getGameModule().isMultiplayerConnected()) {
final Command c = new Chatter.DisplayText(GameModule.getGameModule().getChatter(), Resources.getString(GlobalOptions.getInstance().chatterHTMLSupport() ? "PlayerRoster.joined_side_2" : "PlayerRoster.joined_side", GameModule.getGameModule().getPrefs().getValue(GameModule.REAL_NAME), translateSide(newSide)));
c.execute();
GameModule.getGameModule().getServer().sendToOthers(c);
}

final Add a = new Add(this, GameModule.getActiveUserId(), GlobalOptions.getInstance().getPlayerId(), newSide);
Expand Down

0 comments on commit 6e7d448

Please sign in to comment.