Tweak roller glitch to fix #107

This commit is contained in:
Alejandro 2020-01-22 11:56:27 +02:00
parent d6a21ed131
commit 944745e7d8

View File

@ -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);