mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-24 17:47:40 +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();
|
||||
|
||||
tilesDirectory = getFile(configuration.getString("tilespath", "web/tiles"));
|
||||
tilesDirectory.mkdirs();
|
||||
|
||||
playerList = new PlayerList(getServer());
|
||||
playerList.load();
|
||||
|
Loading…
Reference in New Issue
Block a user