This commit is contained in:
raoulvdberge
2020-04-29 20:26:38 +02:00
parent a0e2cc247e
commit 1f4936be51
2 changed files with 3 additions and 2 deletions

View File

@@ -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|

View File

@@ -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();