Skip to content

Commit

Permalink
Event more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lscgh committed Feb 5, 2024
1 parent 1fb1990 commit 5c01281
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 @@ -286,6 +286,8 @@ public void placeAt(FieldPoint position) {

public void checkForWin() {

this.plugin.getLogger().info("checkForWin() called!");

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

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

0 comments on commit 5c01281

Please sign in to comment.