Added automatically creating tiles directory.
This commit is contained in:
parent
829a7138c4
commit
80f2942e1d
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ public class DynmapPlugin extends JavaPlugin {
|
||||||
configuration.load();
|
configuration.load();
|
||||||
|
|
||||||
tilesDirectory = getFile(configuration.getString("tilespath", "web/tiles"));
|
tilesDirectory = getFile(configuration.getString("tilespath", "web/tiles"));
|
||||||
|
tilesDirectory.mkdirs();
|
||||||
|
|
||||||
playerList = new PlayerList(getServer());
|
playerList = new PlayerList(getServer());
|
||||||
playerList.load();
|
playerList.load();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue