mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:34:58 +00:00
Block unknown is useless, pretend to support it but actually just make it the default blocked command message
This commit is contained in:
parent
bedb4618cf
commit
3ba470d580
1 changed files with 0 additions and 6 deletions
|
@ -316,12 +316,6 @@ public class CommandBlocker
|
|||
return;
|
||||
}
|
||||
|
||||
if (action == CommandBlockerAction.BLOCK_UNKNOWN)
|
||||
{
|
||||
Utilities.playerMsg(sender, "Unknown command. Type \"help\" for help.", ChatColor.RESET);
|
||||
return;
|
||||
}
|
||||
|
||||
Utilities.playerMsg(sender, Utilities.colorize(message));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue