Removed rotation message from ship builder
This commit is contained in:
parent
58f974abe9
commit
6286a6b304
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue