more fixes

This commit is contained in:
Quacky 2017-08-04 16:35:26 -05:00
parent a6517186be
commit 902a51f084
3 changed files with 3 additions and 4 deletions

View File

@ -637,7 +637,7 @@ namespace RBXLegacyLauncher
this.button6.TabIndex = 88; this.button6.TabIndex = 88;
this.button6.Text = "Next Page >>"; this.button6.Text = "Next Page >>";
this.button6.UseVisualStyleBackColor = true; this.button6.UseVisualStyleBackColor = true;
this.Button6.Click += new System.EventHandler(this.Button6Click); this.button6.Click += new System.EventHandler(this.Button6Click);
// //
// button5 // button5
// //
@ -648,7 +648,7 @@ namespace RBXLegacyLauncher
this.button5.TabIndex = 87; this.button5.TabIndex = 87;
this.button5.Text = "<< Last Page"; this.button5.Text = "<< Last Page";
this.button5.UseVisualStyleBackColor = true; this.button5.UseVisualStyleBackColor = true;
this.Button5.Click += new System.EventHandler(this.Button5Click); this.button5.Click += new System.EventHandler(this.Button5Click);
// //
// ColorButton7 // ColorButton7
// //

View File

@ -280,7 +280,6 @@ namespace RBXLegacyLauncher
if (!File.Exists(clientpath)) if (!File.Exists(clientpath))
{ {
MainForm.ConsolePrint("Error occured while intalizing Character Customization.", 2);
GlobalVars.SelectedClient = "2008"; GlobalVars.SelectedClient = "2008";
} }

View File

@ -76,7 +76,7 @@ namespace RBXLegacyLauncher
} }
else else
{ {
rbxexe = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\clients\\" + client + @"\\RobloxApp_client.exe"; rbxexe = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\clients\\" + client + @"\\RobloxPlayer.exe";
} }
string quote = "\""; string quote = "\"";
string args = ""; string args = "";