lots of gui stuff
This commit is contained in:
parent
9458cd300b
commit
7e55bf6baa
|
|
@ -859,7 +859,15 @@ namespace RBXLegacyLauncher
|
|||
}
|
||||
string quote = "\"";
|
||||
string args = "";
|
||||
args = quote + mapfile + "\" -script \"dofile('" + GlobalVars.DefaultScript + "'); _G.SetRBXLegacyVersion(" + GlobalVars.SelectedClientVersion + ");" + quote;
|
||||
ReadClientValues(GlobalVars.SelectedClient);
|
||||
if (GlobalVars.SelectedClientVersion > 8)
|
||||
{
|
||||
args = quote + mapfile + "\" -script \"dofile('" + GlobalVars.DefaultScript + "'); _G.SetRBXLegacyVersion(" + GlobalVars.SelectedClientVersion + "); game.CoreGui.RobloxGui:Remove()" + quote;
|
||||
}
|
||||
else
|
||||
{
|
||||
args = quote + mapfile + "\" -script \"dofile('" + GlobalVars.DefaultScript + "'); _G.SetRBXLegacyVersion(" + GlobalVars.SelectedClientVersion + ");" + quote;
|
||||
}
|
||||
try
|
||||
{
|
||||
ConsolePrint("Studio Loaded.", 4);
|
||||
|
|
|
|||
6100
libraries2012.rbxm
6100
libraries2012.rbxm
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue