mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-10-31 23:29:14 +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
|
@ -316,12 +316,6 @@ public class CommandBlocker
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (action == CommandBlockerAction.BLOCK_UNKNOWN)
|
|
||||||
{
|
|
||||||
Utilities.playerMsg(sender, "Unknown command. Type \"help\" for help.", ChatColor.RESET);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Utilities.playerMsg(sender, Utilities.colorize(message));
|
Utilities.playerMsg(sender, Utilities.colorize(message));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue