Fixed Teleports crashing. Credits to ArpyAge for helping.

This commit is contained in:
KrewsOrg 2020-03-13 15:41:51 +00:00
parent e6c5339439
commit 6111ce6be2

View File

@ -205,7 +205,7 @@ public class InteractionTeleport extends HabboItem {
if (habbo.getHabboInfo().getRiding() != null)
return false;
return this.roomUnitID == -1 || this.roomUnitID == unit.getId();
return true;
}
public void startTeleport(Room room, Habbo habbo) {