mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-05 19:42:54 +00:00
parent
f776b17150
commit
63bdc2537c
@ -485,7 +485,7 @@ public class MonitorBlockEntity extends BlockEntity {
|
|||||||
var monitor = getLoadedMonitor(x, y).getMonitor();
|
var monitor = getLoadedMonitor(x, y).getMonitor();
|
||||||
if (monitor == null) continue;
|
if (monitor == null) continue;
|
||||||
|
|
||||||
computers.forEach(fun);
|
monitor.computers.forEach(fun);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user