If the payload.rpx return an error, start the console without modifications.

This commit is contained in:
Maschell 2020-10-19 00:27:59 +02:00
parent f0171236ea
commit 4e40be4491
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ int main(int argc, char **argv) {
DEBUG_FUNCTION_LINE("Returning result of payload");
WHBLogUdpDeinit();
return 0;
} else {
loadWithoutHacks = true;
}
} else {
loadWithoutHacks = true;