Fix name of plugin to get having incorrect capitalisation

This commit is contained in:
Keir Nellyer 2012-10-17 09:40:56 +01:00
parent 78fb12fb94
commit e650f84f77

View File

@ -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;