Added automatically creating tiles directory.

This commit is contained in:
FrozenCow 2011-02-13 01:33:05 +01:00
parent 100f3e0590
commit 2380325975
1 changed files with 1 additions and 0 deletions

View File

@ -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();