mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
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:
parent
67f53c05a5
commit
c7646c1799
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user