move only one user per time on roller

This commit is contained in:
Jose Flores 2020-08-21 19:10:29 -03:00
parent c565092656
commit 860afa0d64

View File

@ -1469,6 +1469,7 @@ public class Room implements Comparable<Room>, ISerialize, Runnable {
if (unit.hasStatus(RoomUnitStatus.SIT)) {
unit.sitUpdate = true;
}
break;
}
}