From 08118bff577c8c934c6431b05a1c23715b8bd257 Mon Sep 17 00:00:00 2001 From: batchprogrammer314 Date: Sat, 26 Jun 2021 20:22:22 -0500 Subject: [PATCH] new descs 3 --- src/net/nuggetmc/ai/cmd/commands/ResetCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java b/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java index 6a63c3d..94c4f11 100644 --- a/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java +++ b/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java @@ -19,7 +19,7 @@ public class ResetCommand implements CommandInterface { private final NPCManager manager; private final String name; - private final String description = "Information about loaded bots."; + private final String description = "Remove all loaded bots."; private final String cmdArgs = ""; public ResetCommand() {