Skip to content

Commit 321a075

Browse files
committed
fix hatches being added to the wireless network on multi formed even if turned off
1 parent 554b22f commit 321a075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/neganote/gtutilities/common/machine/multiblock/PTERBMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public void onStructureFormed() {
254254

255255
this.coolantDrain = calculateCoolantDrain();
256256

257-
if (frequency != 0) {
257+
if (frequency != 0 && isActive()) {
258258
addWirelessEnergy();
259259
}
260260

0 commit comments

Comments
 (0)