mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Fixes being unable to modify admins in the contorl panel
This commit is contained in:
@@ -203,6 +203,7 @@ namespace TGControlPanel
|
||||
wip.WatchdogChannels = new List<string>(WDChannelsTextbox.Text.Split('\n'));
|
||||
wip.DevChannels = new List<string>(DevChannelsTextbox.Text.Split('\n'));
|
||||
wip.GameChannels = new List<string>(GameChannelsTextbox.Text.Split('\n'));
|
||||
wip.AdminList = new List<string>(ChatAdminsTextBox.Text.Split('\n'));
|
||||
wip.Enabled = ChatEnabledCheckbox.Checked;
|
||||
|
||||
res = Server.GetComponent<ITGChat>().SetProviderInfo(wip);
|
||||
|
||||
Reference in New Issue
Block a user