mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-23 02:55:43 +01:00
Merge branch 'master' of https://Sleaker@github.com/MilkBowl/Vault.git
This commit is contained in:
commit
fe10403c57
@ -62,6 +62,7 @@ public class Economy_iConomy6 implements Economy {
|
||||
|
||||
if (ec != null && ec.isEnabled() && ec.getClass().getName().equals("com.iCo6.iConomy")) {
|
||||
economy.economy = (iConomy) ec;
|
||||
accounts = new Accounts();
|
||||
log.info(String.format("[%s][Economy] %s hooked.", plugin.getDescription().getName(), economy.name));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user