mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Unidle user when teleporting
This commit is contained in:
parent
96f6e1b9af
commit
ce2e3f3eb1
@ -51,6 +51,7 @@ public class WiredEffectTeleport extends InteractionWiredEffect {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
// makes a temporary effect
|
// makes a temporary effect
|
||||||
|
roomUnit.getRoom().unIdle(roomUnit.getRoom().getHabbo(roomUnit));
|
||||||
room.sendComposer(new RoomUserEffectComposer(roomUnit, 4).compose());
|
room.sendComposer(new RoomUserEffectComposer(roomUnit, 4).compose());
|
||||||
Emulator.getThreading().run(new SendRoomUnitEffectComposer(room, roomUnit), WiredHandler.TELEPORT_DELAY + 1000);
|
Emulator.getThreading().run(new SendRoomUnitEffectComposer(room, roomUnit), WiredHandler.TELEPORT_DELAY + 1000);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user