Skip to content

Commit

Permalink
Add more debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lscgh committed Feb 5, 2024
1 parent 1fbf8a8 commit 8b66760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mavenmcserver/src/main/java/mavenmcserver/game/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ public void checkForWin() {

if(this.state.getWinnerIfAny(this.config.winRequiredAmount, this.lastPlacePosition) != FieldState.NEUTRAL) {

this.plugin.getLogger().info("Somebody won!");

new BukkitRunnable() {

int i = -1;
Expand Down

0 comments on commit 8b66760

Please sign in to comment.