Removed a println.
This commit is contained in:
parent
be60623719
commit
106f95d8b6
1 changed files with 0 additions and 2 deletions
|
|
@ -40,8 +40,6 @@ class JsonTimerTask extends TimerTask {
|
|||
this.server = this.plugin.getServer();
|
||||
this.mapManager = this.plugin.getMapManager();
|
||||
this.configuration = config;
|
||||
//this.regions = configuration.getNode("web").getNode("components").getNode("regions");
|
||||
System.out.println();
|
||||
for(ConfigurationNode type : configuration.getNodeList("web.components", null))
|
||||
if(type.getString("type").equalsIgnoreCase("regions")) {
|
||||
this.regions = type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue