fixed legacy mode

This commit is contained in:
Bitl 2021-10-30 17:05:00 -07:00
parent 61ddc385b4
commit 923a19deb3
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class SecurityFuncs
{ {
rbxexe = GlobalPaths.BasePath + "\\clients\\" + client + "\\RobloxApp.exe"; 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"; rbxexe = GlobalPaths.BasePath + "\\clients\\" + client + "\\client\\RobloxApp_client.exe";
} }