mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
Merge pull request #300 from tgstation/Cyberboss-patch-2
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