Updated version to 1.2.5-R0.1-SNAPSHOT, changed commands to match vanilla
This commit is contained in:
@@ -96,7 +96,7 @@ public class HelpCommand extends VanillaCommand {
|
||||
|
||||
@Override
|
||||
public boolean matches(String input) {
|
||||
return input.startsWith("help") || input.startsWith("?");
|
||||
return input.equalsIgnoreCase("help") || input.equalsIgnoreCase("?");
|
||||
}
|
||||
|
||||
protected HelpTopic findPossibleMatches(String searchString) {
|
||||
|
||||
Reference in New Issue
Block a user