mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-12-29 04:18:08 +01:00
Fix name of plugin to get having incorrect capitalisation
This commit is contained in:
parent
78fb12fb94
commit
e650f84f77
@ -31,7 +31,7 @@ public class Economy_CommandsEX implements Economy {
|
||||
Bukkit.getServer().getPluginManager().registerEvents(new EconomyServerListener(this), plugin);
|
||||
|
||||
if (economy == null) {
|
||||
Plugin commandsex = plugin.getServer().getPluginManager().getPlugin("CommandsEx");
|
||||
Plugin commandsex = plugin.getServer().getPluginManager().getPlugin("CommandsEX");
|
||||
|
||||
if (commandsex != null && commandsex.isEnabled()) {
|
||||
economy = (CommandsEX) commandsex;
|
||||
|
Loading…
Reference in New Issue
Block a user