mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-26 02:58:03 +01:00
Don't spam fallback message
This commit is contained in:
parent
e8e15d2cd4
commit
65fc8a9c41
@ -132,7 +132,7 @@ public class PermissionsHandler implements IPermissionsHandler {
|
||||
}
|
||||
return;
|
||||
}
|
||||
if (!enabledPermsPlugin.equals("")) {
|
||||
if (!enabledPermsPlugin.equals("") && !(handler instanceof SuperpermsHandler)) {
|
||||
ess.getLogger().warning("Detected supported permissions plugin " + enabledPermsPlugin + " without Vault installed.");
|
||||
ess.getLogger().warning("Features such as chat prefixes/suffixes and group-related functionality will not " +
|
||||
"work until you install Vault.");
|
||||
|
Loading…
Reference in New Issue
Block a user