fixed a bug where if the bungeecord version couldnt load the config it wouldnt register the command or events

This commit is contained in:
2017-07-03 07:13:20 +02:00
parent 548cfbc58a
commit a436526aea
4 changed files with 3 additions and 4 deletions
@@ -28,7 +28,6 @@ public class BungeeMain extends Plugin
if (!reloadConfig())
{
getLogger().severe("Could not load config file, using defaults.");
return;
}
registerCommands();
registerEvents();