Update lib, fix compilation

This commit is contained in:
Shevchik 2013-12-13 12:39:45 +04:00
parent fd5776dd15
commit 466da1c39c
3 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -48,7 +48,6 @@ public class Chairs extends JavaPlugin {
ignoreList = new ChairsIgnoreList(this); ignoreList = new ChairsIgnoreList(this);
ignoreList.load(); ignoreList.load();
pm = this.getServer().getPluginManager(); pm = this.getServer().getPluginManager();
pluginFolder = getDataFolder();
getConfig().options().copyDefaults(true); getConfig().options().copyDefaults(true);
saveConfig(); saveConfig();
loadConfig(); loadConfig();