This commit is contained in:
Bitl 2017-06-14 15:33:32 -07:00
parent 3d8be3b0e6
commit 8e774e38d8
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ namespace RBXLegacyLauncher
void TextBox1TextChanged(object sender, EventArgs e)
{
GlobalVars.PlayerName = textBox2.Text;
GlobalVars.PlayerName = textBox1.Text;
}
void TextBox2TextChanged(object sender, EventArgs e)

View File

@ -1,7 +1,7 @@
; Script generated by the Inno Script Studio Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define AppVer "1.16"
#define AppVer "1.16.1"
[Setup]
; NOTE: The value of AppId uniquely identifies this application.