dammit carrot part 2

This commit is contained in:
Bitl 2017-07-27 19:11:27 -07:00
parent b8460ed84a
commit 2515fa2d23
1 changed files with 6 additions and 6 deletions

View File

@ -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();
}