mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-08-03 19:15:50 +00:00
Update ProjectKorra.java
This commit is contained in:
parent
1549ed913c
commit
8834bd2413
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class ProjectKorra extends JavaPlugin {
|
|||
catch (SecurityException | IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
new ConfigManager(this);
|
||||
new ConfigManager();
|
||||
new GeneralMethods(this);
|
||||
updater = new Updater(this, "http://projectkorra.com/forum/forums/dev-builds.16/index.rss");
|
||||
new Commands(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue