Merge pull request #2 from mung3r/master

fixed an iConomy6 bug - thanks mung3r
This commit is contained in:
Nick Minkler 2011-09-26 10:04:18 -07:00
commit 6cbef7b93c
1 changed files with 1 additions and 0 deletions

View File

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