Fix user rotation doesn't update on click user

This commit is contained in:
Beny 2019-05-28 01:14:42 +01:00
parent 11ebb5a239
commit 55e45f1463

View File

@ -53,6 +53,7 @@ public class RoomUserLookAtPoint extends MessageHandler {
if (tile != null) {
roomUnit.lookAtPoint(tile);
room.sendComposer(new RoomUserStatusComposer(roomUnit).compose());
}
}
}