= Updated capitalization

This commit is contained in:
Matthew Cech
2019-06-02 17:43:20 -07:00
parent ff399b138d
commit e5b94d7a7e
54 changed files with 111 additions and 110 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ public class CommandManager
Command command = commands.get(lookup);
if(command != null)
return command.HelpText();
return command.getHelpText();
return null;
}