mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-16 13:11:37 +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);
|
Bukkit.getServer().getPluginManager().registerEvents(new EconomyServerListener(this), plugin);
|
||||||
|
|
||||||
if (economy == null) {
|
if (economy == null) {
|
||||||
Plugin commandsex = plugin.getServer().getPluginManager().getPlugin("CommandsEx");
|
Plugin commandsex = plugin.getServer().getPluginManager().getPlugin("CommandsEX");
|
||||||
|
|
||||||
if (commandsex != null && commandsex.isEnabled()) {
|
if (commandsex != null && commandsex.isEnabled()) {
|
||||||
economy = (CommandsEX) commandsex;
|
economy = (CommandsEX) commandsex;
|
||||||
|
Loading…
Reference in New Issue
Block a user