Remove option to override space check

yeah definitely not leaving in a 'would you like to brick' option for people without Unlaunch lol
This commit is contained in:
Pk11 2022-01-14 15:44:53 -06:00
parent 67f53c05a5
commit c7646c1799

View File

@ -480,11 +480,10 @@ bool install(char* fpath, bool systemTitle)
{
h->tid_high = 0x00030015;
fixHeader = true;
}
}
else
{
if (choicePrint("Try installing anyway?") == NO)
goto error;
goto error;
}
}
}