mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 20:36:42 +00:00
Add a -f flag to //schem l to make it ignore format checks
This commit is contained in:
@ -85,7 +85,7 @@ public class DynamicPluginCommand extends org.bukkit.command.Command implements
|
||||
if (registeredWith instanceof CommandsManager<?>) {
|
||||
try {
|
||||
for (String permission : permissions) {
|
||||
if (((CommandsManager<?>) registeredWith).hasPermission(sender, permission)) {
|
||||
if (((CommandsManager) registeredWith).hasPermission(sender, permission)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user