Update Economy_BOSE7.java

This commit is contained in:
montlikadani 2019-06-25 18:56:16 +02:00 committed by GitHub
parent b2c7296775
commit 443e1212e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class Economy_BOSE7 extends AbstractEconomy {
Plugin bose = plugin.getServer().getPluginManager().getPlugin("BOSEconomy");
if (bose != null && bose.isEnabled() && bose.getDescription().getVersion().startsWith("0.7")) {
economy = (BOSEconomy) bose;
log.info(String.format("[%s][Economy] %s hooked.", plugin.getDescription().getName(), name));
log.info(String.format("[Economy] %s hooked.", name));
}
}
}