mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Fixed teleport wired
This commit is contained in:
parent
16d2ba85ae
commit
4f5b6deb77
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user