Correct active check
This commit is contained in:
@@ -318,7 +318,7 @@ public class DiskDriveNetworkNode extends NetworkNode implements IStorageProvide
|
|||||||
DiskState state = DiskState.NONE;
|
DiskState state = DiskState.NONE;
|
||||||
|
|
||||||
if (itemDisks[i] != null || fluidDisks[i] != null) {
|
if (itemDisks[i] != null || fluidDisks[i] != null) {
|
||||||
if (network == null) {
|
if (!canUpdate()) {
|
||||||
state = DiskState.DISCONNECTED;
|
state = DiskState.DISCONNECTED;
|
||||||
} else {
|
} else {
|
||||||
state = DiskState.get(
|
state = DiskState.get(
|
||||||
|
Reference in New Issue
Block a user