Skip to content
Snippets Groups Projects
Commit be1fa4a0 authored by Chris Kearney's avatar Chris Kearney
Browse files

removing the c trigger

parent 3fc4f7bf
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ import java.util.Set;
public class CompareCommand extends Command {
final static List<String> validTriggers = Arrays.asList("compare", "c");
final static List<String> validTriggers = Arrays.asList("compare");
final static String description = "Compare yourself to another player or npc.";
final static String correctUsage = "compare <playerName>||<npc>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment