mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Fixes port selector not saving in Control Panel
This commit is contained in:
@@ -35,6 +35,7 @@ namespace TGControlPanel
|
||||
{
|
||||
var Config = Properties.Settings.Default;
|
||||
Config.RemoteIP = IPTextBox.Text;
|
||||
Config.RemotePort = (ushort)PortSelector.Value;
|
||||
Config.RemoteUsername = UsernameTextBox.Text;
|
||||
if (SavePasswordCheckBox.Checked)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user