mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-19 13:14:27 +00:00
Block tags containing "console", fixes #260.
This commit is contained in:
parent
f502e44764
commit
dc2c996516
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class Command_tag extends TFM_Command
|
||||||
{
|
{
|
||||||
public static final List<String> FORBIDDEN_WORDS = Arrays.asList(new String[]
|
public static final List<String> FORBIDDEN_WORDS = Arrays.asList(new String[]
|
||||||
{
|
{
|
||||||
"admin", "owner", "moderator", "developer"
|
"admin", "owner", "moderator", "developer", "console"
|
||||||
});
|
});
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue