Fix rare crash with the power net

This commit is contained in:
modmuss50 2016-07-16 23:44:42 +01:00
parent adf9b8c0e4
commit fbc0d32407

View file

@ -180,7 +180,7 @@ public class TRPowerNet
te.setNetwork(null);
te.findAndJoinNetwork(te.getWorld(), te.getPos());
}
this.clear(true);
this.clear(false);
MinecraftForge.EVENT_BUS.unregister(this);
}