Improved guide message when ship is too small
This commit is contained in:
parent
8193a0ba19
commit
530f574d39
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ public class TileEntityShipCore extends TileEntityAbstractEnergy {
|
|||
StringBuilder reason = new StringBuilder();
|
||||
if (nearestGate == null || !isShipInJumpgate(nearestGate, reason)) {
|
||||
this.messageToAllPlayersOnShip("Ship is too small (" + shipMass + "/" + WarpDriveConfig.SHIP_VOLUME_MIN_FOR_HYPERSPACE
|
||||
+ "). Insufficient ship mass to open hyperspace portal. Use a jumpgate to reach or exit hyperspace.");
|
||||
+ ").\nInsufficient ship mass to open hyperspace portal.\nUse a jumpgate to reach or exit hyperspace.");
|
||||
this.controller.setJumpFlag(false);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue