mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Add usage message to ReloadCommand
Used when the wrong arguments are supplied, missed when we added the permissions reload functionality.
This commit is contained in:
@@ -62,6 +62,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ return true;
|
+ return true;
|
||||||
+ } else if ("confirm".equalsIgnoreCase(args[0])) {
|
+ } else if ("confirm".equalsIgnoreCase(args[0])) {
|
||||||
+ confirmed = true;
|
+ confirmed = true;
|
||||||
|
+ } else {
|
||||||
|
+ Command.broadcastCommandMessage(sender, ChatColor.RED + "Usage: " + usageMessage);
|
||||||
|
+ return true;
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
+ if (!confirmed) {
|
+ if (!confirmed) {
|
||||||
|
Reference in New Issue
Block a user