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

View File

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