Revert 6b18259af6 - Adding permission node to speak, with config option to enable the node

This commit is contained in:
Chris Ward 2012-12-27 01:41:32 +11:00
parent e5fc579071
commit 4bb275e1b7
17 changed files with 0 additions and 30 deletions

View file

@ -1014,10 +1014,4 @@ public class Settings implements ISettings
{
return config.getLong("max-tempban-time", -1);
}
@Override
public boolean isChatPermEnabled()
{
return config.getBoolean("enable-chat-perm", false);
}
}