Fix crash with Fusion Control computer, fixes part of #1395

This commit is contained in:
modmuss50 2018-01-12 19:51:06 +00:00
parent 819e3a5ee1
commit 1bfb5d5604
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82

View file

@ -172,6 +172,7 @@ public class TileFusionControlComputer extends TilePowerAcceptor implements IToo
@Override @Override
public void onLoad() { public void onLoad() {
super.onLoad();
this.checkCoils(); this.checkCoils();
} }