Fix another NPE

This commit is contained in:
MistPhizzle 2014-06-28 18:16:36 -04:00
parent 3d4fe77ee9
commit abaa64ab02
3 changed files with 5 additions and 5 deletions

Binary file not shown.

View file

@ -19,13 +19,13 @@ public class ProjectKorra extends JavaPlugin {
public void onEnable() {
ProjectKorra.log = this.getLogger();
plugin = this;
new AbilityModuleManager(this);
new ConfigManager(this);
new Methods(this);
new Commands(this);
new AbilityModuleManager(this);
ConfigManager.configCheck();
DBConnection.host = getConfig().getString("Storage.MySQL.host");
DBConnection.port = getConfig().getInt("Storage.MySQL.port");

View file

@ -1,6 +1,6 @@
name: ProjectKorra
author: ProjectKorra
version: 1.1.0 BETA 3
version: 1.1.0 BETA 4
main: com.projectkorra.ProjectKorra.ProjectKorra
commands:
projectkorra: