mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Fix user rotation doesn't update on click user
This commit is contained in:
parent
11ebb5a239
commit
55e45f1463
@ -53,6 +53,7 @@ public class RoomUserLookAtPoint extends MessageHandler {
|
||||
|
||||
if (tile != null) {
|
||||
roomUnit.lookAtPoint(tile);
|
||||
room.sendComposer(new RoomUserStatusComposer(roomUnit).compose());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user