mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Block tags containing "console", fixes #260.
This commit is contained in:
parent
f502e44764
commit
dc2c996516
@ -18,7 +18,7 @@ public class Command_tag extends TFM_Command
|
||||
{
|
||||
public static final List<String> FORBIDDEN_WORDS = Arrays.asList(new String[]
|
||||
{
|
||||
"admin", "owner", "moderator", "developer"
|
||||
"admin", "owner", "moderator", "developer", "console"
|
||||
});
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user