better security
This commit is contained in:
parent
141f00843a
commit
1323edc7f5
|
|
@ -640,6 +640,8 @@ public class GlobalFuncs
|
|||
FileFormat.ClientInfo DefaultClientInfo = new FileFormat.ClientInfo();
|
||||
bool placeholder = false;
|
||||
|
||||
if (GlobalVars.AdminMode)
|
||||
{
|
||||
string ClientName = "";
|
||||
|
||||
if (File.Exists(path + "\\RobloxApp_client.exe"))
|
||||
|
|
@ -680,6 +682,7 @@ public class GlobalFuncs
|
|||
IOException clientNotFoundEX = new IOException("Could not find script file for MD5 generation.");
|
||||
throw clientNotFoundEX;
|
||||
}
|
||||
}
|
||||
|
||||
string desc = "This client information file for '" + GlobalVars.UserConfiguration.SelectedClient +
|
||||
"' was pre-generated by Novetus for your convienence. If you experience any issues with the default settings, load this clientinfo.nov file into the Client SDK.";
|
||||
|
|
|
|||
Loading…
Reference in New Issue