mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Removed a println.
This commit is contained in:
parent
be60623719
commit
106f95d8b6
@ -40,8 +40,6 @@ class JsonTimerTask extends TimerTask {
|
|||||||
this.server = this.plugin.getServer();
|
this.server = this.plugin.getServer();
|
||||||
this.mapManager = this.plugin.getMapManager();
|
this.mapManager = this.plugin.getMapManager();
|
||||||
this.configuration = config;
|
this.configuration = config;
|
||||||
//this.regions = configuration.getNode("web").getNode("components").getNode("regions");
|
|
||||||
System.out.println();
|
|
||||||
for(ConfigurationNode type : configuration.getNodeList("web.components", null))
|
for(ConfigurationNode type : configuration.getNodeList("web.components", null))
|
||||||
if(type.getString("type").equalsIgnoreCase("regions")) {
|
if(type.getString("type").equalsIgnoreCase("regions")) {
|
||||||
this.regions = type;
|
this.regions = type;
|
||||||
|
Loading…
Reference in New Issue
Block a user