mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 00:40:52 +01:00
Fix banzai game not ending on all tiles locked
This commit is contained in:
parent
4caedc516b
commit
ca3cdb8bc7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user