remove comment because its not true!11!

This commit is contained in:
ChomeNS 2023-03-21 11:37:32 +07:00
parent 03e20a5476
commit 9a13af0887

View file

@ -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();