Consistency to make Kilandor happy :-).
This commit is contained in:
parent
dfb66d9415
commit
8aa96b5c73
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class JsonTimerTask extends TimerTask {
|
||||||
lastTimestamp = System.currentTimeMillis();
|
lastTimestamp = System.currentTimeMillis();
|
||||||
|
|
||||||
//Parse regions file for non worlds style
|
//Parse regions file for non worlds style
|
||||||
if (null != regions)
|
if (regions != null)
|
||||||
if (!regions.getBoolean("useworldpath", false))
|
if (!regions.getBoolean("useworldpath", false))
|
||||||
parseRegionFile(regions.getString("filename", "regions.yml"), regions.getString("filename", "regions.yml"));
|
parseRegionFile(regions.getString("filename", "regions.yml"), regions.getString("filename", "regions.yml"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue