Remove unnecessary extra cache in ContextManager

This commit is contained in:
Luck
2017-08-02 21:48:22 +01:00
Unverified
parent 8618a67e2e
commit 3d2115ff3c
2 changed files with 80 additions and 34 deletions
@@ -93,7 +93,7 @@ public class SpongeConfig extends AbstractConfiguration {
for (String s : paths) {
node = node.getNode(s);
if (node == null) {
return SimpleConfigurationNode.root();
}