remove comment because its not true!11!
This commit is contained in:
parent
03e20a5476
commit
9a13af0887
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ public class CommandHandlerPlugin {
|
|||
|
||||
final Command command = ElementUtilities.findCommand(commands, commandName);
|
||||
|
||||
// idea told this as "Condition 'command == null' is always 'false'" and its not true LMFAO
|
||||
if (command == null) return Component.text("Unknown command: " + commandName).color(NamedTextColor.RED);
|
||||
|
||||
final int trustLevel = command.trustLevel();
|
||||
|
|
Loading…
Reference in a new issue