errors, errors everywhere

This commit is contained in:
Quacky 2017-08-04 16:28:16 -05:00
parent a79aa0b751
commit a6517186be
1 changed files with 2 additions and 3 deletions

View File

@ -280,12 +280,11 @@ namespace RBXLegacyLauncher
if (!File.Exists(clientpath)) if (!File.Exists(clientpath))
{ {
ConsolePrint("ERROR 1 - No clientinfo.txt detected with the client you chose. The client either cannot be loaded, or it is not available.", 2); MainForm.ConsolePrint("Error occured while intalizing Character Customization.", 2);
MessageBox.Show("No clientinfo.txt detected with the client you chose. The client either cannot be loaded, or it is not available.","RBXLegacy Launcher - Error while loading client", MessageBoxButtons.OK, MessageBoxIcon.Error);
GlobalVars.SelectedClient = "2008"; GlobalVars.SelectedClient = "2008";
} }
LauncherFuncs.ReadClientValues(clientpath); ReadClientValues(clientpath);
} }
public static void GeneratePlayerID() public static void GeneratePlayerID()