mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Revert "Merge branch 'Snaiker/Arcturus-Community-patch-fix-issue-934' into dev"
This reverts merge request !362
This commit is contained in:
parent
d11d3546a8
commit
926e817e4f
@ -1514,11 +1514,6 @@ public class Room implements Comparable<Room>, ISerialize, Runnable {
|
||||
if (unit.hasStatus(RoomUnitStatus.SIT)) {
|
||||
unit.sitUpdate = true;
|
||||
}
|
||||
|
||||
unit.setPreviousLocation(unit.getPreviousLocation());
|
||||
unit.setPreviousLocationZ(unit.getPreviousLocation().getStackHeight());
|
||||
unit.setCurrentLocation(this.getLayout().getTile(tile.x, tile.y));
|
||||
unit.setZ(unit.getCurrentLocation().getStackHeight());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user