mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
fix UruLauncher crash when the Launcher manifest is empty
This commit is contained in:
@ -153,6 +153,13 @@ static void ManifestCallback (
|
||||
return;
|
||||
}
|
||||
|
||||
#ifndef PLASMA_EXTERNAL_RELEASE
|
||||
if (entryCount == 0) { // dataserver does not contain a patcher
|
||||
s_downloadComplete = true;
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
char ansi[MAX_PATH];
|
||||
|
||||
// MD5 check current patcher against value in manifest
|
||||
|
Reference in New Issue
Block a user