mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-08-05 03:55:21 +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) {
|
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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue