fix
This commit is contained in:
@@ -10,3 +10,4 @@ Some history:
|
|||||||
|v1.2|v3|
|
|v1.2|v3|
|
||||||
|v1.6|v4|
|
|v1.6|v4|
|
||||||
|v1.6.4|v5|
|
|v1.6.4|v5|
|
||||||
|
|v1.8.3|v6|
|
@@ -164,7 +164,7 @@ public class Network implements INetwork, IRedstoneConfigurable {
|
|||||||
couldRun = canRun;
|
couldRun = canRun;
|
||||||
throttlingDisabled = false;
|
throttlingDisabled = false;
|
||||||
|
|
||||||
LOGGER.info("Network at position {} changed running state to {}, causing an invalidation of the node graph", pos, couldRun);
|
LOGGER.debug("Network at position {} changed running state to {}, causing an invalidation of the node graph", pos, couldRun);
|
||||||
|
|
||||||
nodeGraph.invalidate(Action.PERFORM, world, pos);
|
nodeGraph.invalidate(Action.PERFORM, world, pos);
|
||||||
securityManager.invalidate();
|
securityManager.invalidate();
|
||||||
|
Reference in New Issue
Block a user