mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-07 19:56:22 +00:00
add "bad word filter" parameter
This commit is contained in:
parent
94493d71cb
commit
40d15dc74f
5 changed files with 131 additions and 1 deletions
|
|
@ -4302,6 +4302,10 @@ namespace ServerManagerTool
|
|||
case ServerSettingsResetAction.ServerLogOptions:
|
||||
this.Settings.ResetServerLogOptions();
|
||||
break;
|
||||
|
||||
case ServerSettingsResetAction.ServerBadWordFilterOptions:
|
||||
this.Settings.ResetServerBadWordFilterOptions();
|
||||
break;
|
||||
}
|
||||
},
|
||||
canExecute: (action) => true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue