From ca3cdb8bc7a2079df73dc6b4d3335b6f7b33597c Mon Sep 17 00:00:00 2001 From: Beny Date: Fri, 24 May 2019 11:58:46 +0100 Subject: [PATCH] Fix banzai game not ending on all tiles locked --- .../eu/habbo/habbohotel/games/battlebanzai/BattleBanzaiGame.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/eu/habbo/habbohotel/games/battlebanzai/BattleBanzaiGame.java b/src/main/java/com/eu/habbo/habbohotel/games/battlebanzai/BattleBanzaiGame.java index 97850d70..b59e0be7 100644 --- a/src/main/java/com/eu/habbo/habbohotel/games/battlebanzai/BattleBanzaiGame.java +++ b/src/main/java/com/eu/habbo/habbohotel/games/battlebanzai/BattleBanzaiGame.java @@ -253,6 +253,7 @@ public class BattleBanzaiGame extends Game private synchronized void resetMap() { + this.tileCount = 0; for (HabboItem item : this.room.getFloorItems()) { if (item instanceof InteractionBattleBanzaiTile)