mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00:00
Fix bPermissions not showing up as unsupported (#3928)
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
This commit is contained in:
parent
a482ddf0f6
commit
191c9e9302
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class Commandessentials extends EssentialsCommand {
|
|||
private static final List<String> warnPlugins = Arrays.asList(
|
||||
"PermissionsEx",
|
||||
"GroupManager",
|
||||
"bPremissions"
|
||||
"bPermissions"
|
||||
);
|
||||
private transient TuneRunnable currentTune = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue