Update CommandRegistry.java

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-10-10 10:07:36 +02:00 committed by GitHub
parent 620549f4f6
commit effc3eeb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,12 +28,12 @@ public class CommandRegistry implements CommandExecutor {
return ws.getCommand(sender, command, label, args);
case "gui":
return ws.guiCommand(sender, command, label, args);
case "confirm":
/*case "confirm":
if (sender.hasPermission("ws.confirm")) {
return ws.confirmCommand(sender, command, label, args);
} else {
return false;
}
}*/
case "home":
return ws.homeCommand(sender, command, label, args);
case "info":