mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-26 10:37:44 +01:00
Added automatically creating tiles directory.
This commit is contained in:
parent
100f3e0590
commit
2380325975
@ -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…
Reference in New Issue
Block a user