fixed a bug where if the bungeecord version couldnt load the config it wouldnt register the command or events
This commit is contained in:
@@ -28,7 +28,6 @@ public class BungeeMain extends Plugin
|
||||
if (!reloadConfig())
|
||||
{
|
||||
getLogger().severe("Could not load config file, using defaults.");
|
||||
return;
|
||||
}
|
||||
registerCommands();
|
||||
registerEvents();
|
||||
|
||||
Reference in New Issue
Block a user