Remove unnecessary extra cache in ContextManager
This commit is contained in:
@@ -93,7 +93,7 @@ public class SpongeConfig extends AbstractConfiguration {
|
||||
|
||||
for (String s : paths) {
|
||||
node = node.getNode(s);
|
||||
|
||||
|
||||
if (node == null) {
|
||||
return SimpleConfigurationNode.root();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user