mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Merge pull request #125 from Cyberboss/FixAdminsList
Fixes being unable to modify admins in the control 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