geforkt von Mirrors/FastAsyncWorldEdit
Fixed CommandContext.matches() always returning true.
Dieser Commit ist enthalten in:
Ursprung
68fe0d3438
Commit
09447c5f6c
@ -152,7 +152,7 @@ public class CommandContext {
|
||||
}
|
||||
|
||||
public boolean matches(String command) {
|
||||
return command.equalsIgnoreCase(command);
|
||||
return this.command.equalsIgnoreCase(command);
|
||||
}
|
||||
|
||||
public String getString(int index) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren