mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 08:50:51 +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()
|
private synchronized void resetMap()
|
||||||
{
|
{
|
||||||
|
this.tileCount = 0;
|
||||||
for (HabboItem item : this.room.getFloorItems())
|
for (HabboItem item : this.room.getFloorItems())
|
||||||
{
|
{
|
||||||
if (item instanceof InteractionBattleBanzaiTile)
|
if (item instanceof InteractionBattleBanzaiTile)
|
||||||
|
Loading…
Reference in New Issue
Block a user