From 2515fa2d2397a75e2bb1a41a2a44b4fbc2f7f28b Mon Sep 17 00:00:00 2001 From: Bitl Date: Thu, 27 Jul 2017 19:11:27 -0700 Subject: [PATCH] dammit carrot part 2 --- RBXLegacyLauncher/RBXLegacyLauncher/SDKForm.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/SDKForm.cs b/RBXLegacyLauncher/RBXLegacyLauncher/SDKForm.cs index 828f54c..faebb6e 100644 --- a/RBXLegacyLauncher/RBXLegacyLauncher/SDKForm.cs +++ b/RBXLegacyLauncher/RBXLegacyLauncher/SDKForm.cs @@ -242,9 +242,9 @@ namespace RBXLegacyLauncher GlobalVars.InfoEditor_ScriptPath = Decryptline3; GlobalVars.InfoEditor_ScriptMD5 = Decryptline4; - textBox1.Text = GlobalVars.InfoEditor_Version; - textBox2.Text = GlobalVars.InfoEditor_DefaultClient; - textBox3.Text = GlobalVars.InfoEditor_ScriptPath; + textBox7.Text = GlobalVars.InfoEditor_Version; + textBox6.Text = GlobalVars.InfoEditor_DefaultClient; + textBox5.Text = GlobalVars.InfoEditor_ScriptPath; textBox4.Text = GlobalVars.InfoEditor_ScriptMD5.ToUpper(); } } @@ -278,9 +278,9 @@ namespace RBXLegacyLauncher GlobalVars.InfoEditor_DefaultClient = ""; GlobalVars.InfoEditor_ScriptPath = ""; GlobalVars.InfoEditor_ScriptMD5 = ""; - textBox1.Text = GlobalVars.InfoEditor_Version; - textBox2.Text = GlobalVars.InfoEditor_DefaultClient; - textBox3.Text = GlobalVars.InfoEditor_ScriptPath; + textBox7.Text = GlobalVars.InfoEditor_Version; + textBox6.Text = GlobalVars.InfoEditor_DefaultClient; + textBox5.Text = GlobalVars.InfoEditor_ScriptPath; textBox4.Text = GlobalVars.InfoEditor_ScriptMD5.ToUpper(); }