Fixes being unable to modify admins in the contorl panel

This commit is contained in:
Cyberboss
2017-07-05 17:01:49 -04:00
parent e4b885c93e
commit 4d3ca0bf36
+1
View File
@@ -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);