Fix crash with Fusion Control computer, fixes part of #1395
This commit is contained in:
parent
819e3a5ee1
commit
1bfb5d5604
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ public class TileFusionControlComputer extends TilePowerAcceptor implements IToo
|
|||
|
||||
@Override
|
||||
public void onLoad() {
|
||||
super.onLoad();
|
||||
this.checkCoils();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue