mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Fixed tabs.
This commit is contained in:
parent
ff026e91b6
commit
be60623719
@ -43,8 +43,7 @@ class JsonTimerTask extends TimerTask {
|
|||||||
//this.regions = configuration.getNode("web").getNode("components").getNode("regions");
|
//this.regions = configuration.getNode("web").getNode("components").getNode("regions");
|
||||||
System.out.println();
|
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;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user