Eclipse is love, Eclipse is life

This commit is contained in:
LemADEC 2015-08-03 21:11:02 +02:00
parent a9e0f6f7b4
commit 123e5112bc

View file

@ -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 ("