mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-12 02:36:05 +00:00
Fix infinite spawning bug
This commit is contained in:
@@ -70,7 +70,6 @@ public interface DecreeSystem extends CommandExecutor, TabCompleter {
|
||||
return v;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
default boolean onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) {
|
||||
if (!sender.hasPermission("iris.all")) {
|
||||
|
||||
Reference in New Issue
Block a user