mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-12 13:34:47 +01:00
Consistency to make Kilandor happy :-).
This commit is contained in:
parent
bb45cc10cb
commit
7f5d3ab23d
@ -128,7 +128,7 @@ class JsonTimerTask extends TimerTask {
|
||||
lastTimestamp = System.currentTimeMillis();
|
||||
|
||||
//Parse regions file for non worlds style
|
||||
if (null != regions)
|
||||
if (regions != null)
|
||||
if (!regions.getBoolean("useworldpath", false))
|
||||
parseRegionFile(regions.getString("filename", "regions.yml"), regions.getString("filename", "regions.yml"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user