mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Fix #87
This commit is contained in:
parent
caee5a331f
commit
1bf34edd21
@ -3683,7 +3683,7 @@ public class Room implements Comparable<Room>, ISerialize, Runnable
|
||||
}
|
||||
|
||||
HabboItem doorTileTopItem = this.getTopItemAt(habbo.getRoomUnit().getX(), habbo.getRoomUnit().getY());
|
||||
if (doorTileTopItem != null)
|
||||
if (doorTileTopItem != null && !(doorTileTopItem instanceof InteractionTeleportTile))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user