Fixed teleport wired

This commit is contained in:
Beny 2020-10-19 02:03:24 +02:00
parent 16d2ba85ae
commit 4f5b6deb77

View File

@ -57,6 +57,7 @@ public class RoomUnitTeleport implements Runnable {
//ServerMessage teleportMessage = new RoomUnitOnRollerComposer(this.roomUnit, newLocation, this.room).compose();
this.roomUnit.setLocation(newLocation);
//this.room.sendComposer(teleportMessage);
this.roomUnit.statusUpdate(true);
roomUnit.isWiredTeleporting = false;
this.room.updateHabbosAt(newLocation.x, newLocation.y);