more fixes
This commit is contained in:
parent
a6517186be
commit
902a51f084
|
|
@ -637,7 +637,7 @@ namespace RBXLegacyLauncher
|
|||
this.button6.TabIndex = 88;
|
||||
this.button6.Text = "Next Page >>";
|
||||
this.button6.UseVisualStyleBackColor = true;
|
||||
this.Button6.Click += new System.EventHandler(this.Button6Click);
|
||||
this.button6.Click += new System.EventHandler(this.Button6Click);
|
||||
//
|
||||
// button5
|
||||
//
|
||||
|
|
@ -648,7 +648,7 @@ namespace RBXLegacyLauncher
|
|||
this.button5.TabIndex = 87;
|
||||
this.button5.Text = "<< Last Page";
|
||||
this.button5.UseVisualStyleBackColor = true;
|
||||
this.Button5.Click += new System.EventHandler(this.Button5Click);
|
||||
this.button5.Click += new System.EventHandler(this.Button5Click);
|
||||
//
|
||||
// ColorButton7
|
||||
//
|
||||
|
|
|
|||
|
|
@ -280,7 +280,6 @@ namespace RBXLegacyLauncher
|
|||
|
||||
if (!File.Exists(clientpath))
|
||||
{
|
||||
MainForm.ConsolePrint("Error occured while intalizing Character Customization.", 2);
|
||||
GlobalVars.SelectedClient = "2008";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ namespace RBXLegacyLauncher
|
|||
}
|
||||
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 args = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue