mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-01-05 18:37:48 +01:00
Update CommandRegistry.java
This commit is contained in:
parent
620549f4f6
commit
effc3eeb96
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user