mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-31 09:52:57 +00:00
Revert 6b18259af6
- Adding permission node to speak, with config option to enable the node
This commit is contained in:
parent
e5fc579071
commit
4bb275e1b7
17 changed files with 0 additions and 30 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue