fixed legacy mode
This commit is contained in:
parent
61ddc385b4
commit
923a19deb3
|
|
@ -96,7 +96,7 @@ public class SecurityFuncs
|
|||
{
|
||||
rbxexe = GlobalPaths.BasePath + "\\clients\\" + client + "\\RobloxApp.exe";
|
||||
}
|
||||
if (GlobalVars.SelectedClientInfo.SeperateFolders)
|
||||
else if (GlobalVars.SelectedClientInfo.SeperateFolders)
|
||||
{
|
||||
rbxexe = GlobalPaths.BasePath + "\\clients\\" + client + "\\client\\RobloxApp_client.exe";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue