2.8.1
Bugfix for the AdminSubCommand option
This commit is contained in:
@@ -129,6 +129,10 @@ public class SelectConfig {
|
||||
|
||||
Debug = yamlConfiguration.getBoolean("Plugin.Debug");
|
||||
HelpAlias = yamlConfiguration.getBoolean("Plugin.HelpAlias");
|
||||
<<<<<<< Updated upstream
|
||||
=======
|
||||
adminSubCommand = yamlConfiguration.getString("Plugin.AdminSubCommand").toLowerCase();
|
||||
>>>>>>> Stashed changes
|
||||
language = yamlConfiguration.getString("Plugin.language");
|
||||
Currency = yamlConfiguration.getString("Plugin.Currency");
|
||||
DefaultGUI = yamlConfiguration.getString("Plugin.DefaultGUI");
|
||||
|
Reference in New Issue
Block a user