Consistency to make Kilandor happy :-).
This commit is contained in:
parent
bb45cc10cb
commit
7f5d3ab23d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue