Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jberclaz committed Jul 26, 2024
1 parent 07e7ac7 commit 1f7bc54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/leflat/jass/client/InteractivePlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,10 @@ public boolean getNewGame() {
@Override
public void playerLeft(BasePlayer player) {
ui.canceledGame(playersPositions.get(player.getId()));
//disconnect();
}

@Override
public void lostServerConnection() {
//disconnect();
ui.lostServerConnection();
}

Expand Down

0 comments on commit 1f7bc54

Please sign in to comment.