mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-16 21:21:42 +01:00
fix bPermissions2 calling itself bPermissions when it hooks.
This commit is contained in:
parent
d47c0776b6
commit
89b3e50beb
@ -34,7 +34,7 @@ public class Chat_bPermissions2 extends Chat {
|
||||
Plugin p = plugin.getServer().getPluginManager().getPlugin("bPermissions");
|
||||
if (p != null) {
|
||||
hooked = true;
|
||||
log.info(String.format("[%s][Chat] %s hooked.", plugin.getDescription().getName(), "bPermissions"));
|
||||
log.info(String.format("[%s][Chat] %s hooked.", plugin.getDescription().getName(), "bPermissions2"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user