Fix banzai game not ending on all tiles locked

This commit is contained in:
Beny 2019-05-24 11:58:46 +01:00
parent 4caedc516b
commit ca3cdb8bc7

View File

@ -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)