mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-11 17:21:29 +01:00
Remove trimming from command lists for chat.
This commit is contained in:
parent
b997a651fb
commit
5f55935d5c
@ -49,8 +49,8 @@ public class ChatListener implements Listener {
|
||||
public ChatListener(){
|
||||
// Read some things from the global config file.
|
||||
ConfigFile config = ConfigManager.getConfigFile();
|
||||
commandExclusions.feedAll(config.getStringList(ConfPaths.CHAT_NOPWNAGE_EXCLUSIONS), true, true);
|
||||
chatCommands.feedAll(config.getStringList(ConfPaths.CHAT_GLOBALCHAT_COMMANDS), true, true);
|
||||
commandExclusions.feedAll(config.getStringList(ConfPaths.CHAT_NOPWNAGE_EXCLUSIONS), false, true);
|
||||
chatCommands.feedAll(config.getStringList(ConfPaths.CHAT_GLOBALCHAT_COMMANDS), false, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user