mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-02-05 15:02:07 +01:00
Merge pull request #286 from iKeirNez/master
Fix name of plugin to get having incorrect capitalisation
This commit is contained in:
commit
3dde120abf
@ -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