From cd38c5e719398c10d46ef31ab5c0ca8a3f299c7d Mon Sep 17 00:00:00 2001 From: s0uthwest <42713499+s0uthwest@users.noreply.github.com> Date: Thu, 26 Dec 2019 23:55:10 +0300 Subject: [PATCH] SEP alert as a baseband --- futurerestore/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/futurerestore/main.cpp b/futurerestore/main.cpp index 165a60bd..099e5788 100644 --- a/futurerestore/main.cpp +++ b/futurerestore/main.cpp @@ -1,4 +1,4 @@ - +// // main.cpp // futurerestore // @@ -211,7 +211,7 @@ int main(int argc, const char * argv[]) { devVals.deviceBoard = (char*)client.getDeviceBoardNoCopy(); if (flags & FLAG_LATEST_SEP){ - info("user specified to use latest signed sep\n"); + info("user specified to use latest signed SEP ((WARNING, THIS CAN CAUSE A NON-WORKING RESTORE)\n"); client.loadLatestSep(); }else if (!client.is32bit()){ client.loadSep(sepPath);