mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Don't spam fallback message
This commit is contained in:
parent
e8e15d2cd4
commit
65fc8a9c41
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue