Eclipse is love, Eclipse is life
This commit is contained in:
parent
a9e0f6f7b4
commit
123e5112bc
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ public class EntityJump extends Entity {
|
|||
if (!planeValid) {
|
||||
LocalProfiler.stop();
|
||||
assert(closestTransitionPlane != null);
|
||||
@SuppressWarnings("null") // Eclipse derp, don't remove
|
||||
String msg = "Ship is outside border, unable to reach space!\nClosest transition plane is ~" + closestPlaneDistance + " m away ("
|
||||
+ (closestTransitionPlane.dimensionCenterX - closestTransitionPlane.borderSizeX) + ", 250,"
|
||||
+ (closestTransitionPlane.dimensionCenterZ - closestTransitionPlane.borderSizeZ) + ") to ("
|
||||
|
|
Loading…
Reference in a new issue