Removed rotation message from ship builder

This commit is contained in:
Unknown 2018-01-19 01:12:49 +01:00
parent 58f974abe9
commit 6286a6b304

View file

@ -727,7 +727,8 @@ public class JumpSequencer extends AbstractSequencer {
break;
}
switch (rotationSteps) {
if (shipMovementType != EnumShipMovementType.CREATIVE) {
switch (rotationSteps) {
case 1:
ship.messageToAllPlayersOnShip("Turning to the right");
break;
@ -739,6 +740,7 @@ public class JumpSequencer extends AbstractSequencer {
break;
default:
break;
}
}
LocalProfiler.stop();