Fix rare crash with the power net
This commit is contained in:
parent
adf9b8c0e4
commit
fbc0d32407
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ public class TRPowerNet
|
||||||
te.setNetwork(null);
|
te.setNetwork(null);
|
||||||
te.findAndJoinNetwork(te.getWorld(), te.getPos());
|
te.findAndJoinNetwork(te.getWorld(), te.getPos());
|
||||||
}
|
}
|
||||||
this.clear(true);
|
this.clear(false);
|
||||||
MinecraftForge.EVENT_BUS.unregister(this);
|
MinecraftForge.EVENT_BUS.unregister(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue