Ship disappearing bug be gone

This commit is contained in:
DarkholmeTenk 2014-02-15 20:31:47 +00:00
parent 961f46c7d4
commit d1c06b7484

View file

@ -477,6 +477,10 @@ public class TileEntityReactor extends TileEntity implements IEnergySink
case -2:
this.shipSize = this.shipDown + this.shipUp;
break;
default:
this.controller.setJumpFlag(false);
return false;
}
// Ship side is too big