From eb86f194dc2a3d27c21def98292bab2ee9473bd0 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 24 Jan 2018 00:24:22 -0500 Subject: [PATCH] The bottom thing should be a comma, not a period --- TGS.ControlPanel/Login.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TGS.ControlPanel/Login.cs b/TGS.ControlPanel/Login.cs index 48a63a8c76..ff496f167c 100644 --- a/TGS.ControlPanel/Login.cs +++ b/TGS.ControlPanel/Login.cs @@ -50,13 +50,13 @@ namespace TGS.ControlPanel switch (start) { case 1: IPComboBox.Text = ""; - goto case 2: + goto case 2; case 2: PortSelector.Value = 38607; - goto case 3: + goto case 3; case 3: UsernameTextBox.Text = ""; - goto case 4: + goto case 4; case 4: if (currentLoginInfo.HasPassword) PasswordTextBox.Text = "";