Update ProjectKorra.java

This commit is contained in:
DotDash 2015-09-03 19:30:22 -05:00
parent 1549ed913c
commit 8834bd2413

View file

@ -49,7 +49,7 @@ public class ProjectKorra extends JavaPlugin {
catch (SecurityException | IOException e) { catch (SecurityException | IOException e) {
e.printStackTrace(); e.printStackTrace();
} }
new ConfigManager(this); new ConfigManager();
new GeneralMethods(this); new GeneralMethods(this);
updater = new Updater(this, "http://projectkorra.com/forum/forums/dev-builds.16/index.rss"); updater = new Updater(this, "http://projectkorra.com/forum/forums/dev-builds.16/index.rss");
new Commands(this); new Commands(this);