mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
Tweak roller glitch to fix #107
This commit is contained in:
parent
d6a21ed131
commit
944745e7d8
@ -65,7 +65,7 @@ public class RoomUnitOnRollerComposer extends MessageComposer {
|
||||
RoomUnitOnRollerComposer.this.roomUnit.setZ(RoomUnitOnRollerComposer.this.newLocation.getStackHeight());
|
||||
RoomUnitOnRollerComposer.this.roomUnit.sitUpdate = true;
|
||||
}
|
||||
}, this.room.getRollerSpeed() == 0 ? 250 : 500);
|
||||
}, this.room.getRollerSpeed() == 0 ? 250 : 400);
|
||||
} else {
|
||||
this.roomUnit.setLocation(this.newLocation);
|
||||
this.roomUnit.setZ(this.newZ);
|
||||
|
Loading…
Reference in New Issue
Block a user