mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-12 15:04:36 +01:00
Fix unlocking of hard mode/story mode/surface mode
This commit is contained in:
@@ -57,7 +57,7 @@ namespace ServerSelector
|
||||
string certList1 = await File.ReadAllTextAsync(launcherCertList);
|
||||
|
||||
if (!certList1.Contains("Good SSL Ca"))
|
||||
return "Patch missing";
|
||||
return "SSL Cert Patch missing";
|
||||
}
|
||||
|
||||
if (File.Exists(gameCertList))
|
||||
@@ -65,11 +65,10 @@ namespace ServerSelector
|
||||
string certList2 = await File.ReadAllTextAsync(gameCertList);
|
||||
|
||||
if (!certList2.Contains("Good SSL Ca"))
|
||||
return "Patch missing";
|
||||
return "SSL Cert Patch missing";
|
||||
}
|
||||
|
||||
// TODO: Check sodium lib
|
||||
// TODO: Check if gameassembly was patched
|
||||
// TODO: check hosts file
|
||||
|
||||
return "OK";
|
||||
|
||||
Reference in New Issue
Block a user