This commit is contained in:
Alejandro 2019-05-17 14:23:48 +03:00
parent caee5a331f
commit 1bf34edd21

View File

@ -3683,7 +3683,7 @@ public class Room implements Comparable<Room>, ISerialize, Runnable
} }
HabboItem doorTileTopItem = this.getTopItemAt(habbo.getRoomUnit().getX(), habbo.getRoomUnit().getY()); HabboItem doorTileTopItem = this.getTopItemAt(habbo.getRoomUnit().getX(), habbo.getRoomUnit().getY());
if (doorTileTopItem != null) if (doorTileTopItem != null && !(doorTileTopItem instanceof InteractionTeleportTile))
{ {
try try
{ {