improved previous commit

This commit is contained in:
Christopher Roy Bratusek 2012-05-07 19:30:04 +02:00
parent 9b91755cd0
commit df70a786a6

View File

@ -249,9 +249,9 @@ int BootHomebrew()
{
//keep ahbprot rights in new ios
Patch_ahbprot();
IOS_ReloadIOS(SelectedIOS());
}
else if(Settings.force_reload != "NORELOAD")
if(Settings.force_reload != "NORELOAD")
{
IOS_ReloadIOS(SelectedIOS());
}