diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/QuickConfigure.cs b/RBXLegacyLauncher/RBXLegacyLauncher/QuickConfigure.cs index bbba83b..e325318 100644 --- a/RBXLegacyLauncher/RBXLegacyLauncher/QuickConfigure.cs +++ b/RBXLegacyLauncher/RBXLegacyLauncher/QuickConfigure.cs @@ -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) diff --git a/RBXLegacySetup.iss b/RBXLegacySetup.iss index bf5b7e4..8ee22d2 100644 --- a/RBXLegacySetup.iss +++ b/RBXLegacySetup.iss @@ -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.