Skip to content

Commit e6a8913

Browse files
authored
Merge pull request #1 from Bims-sh/main
Reboot instead of shutting down
2 parents 805a806 + 4fdd640 commit e6a8913

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BattleBitEACFix.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ echo.
197197
CHOICE /C YN /M "Do you want to reboot your PC (recommended)"
198198

199199
IF %ERRORLEVEL% EQU 1 (
200-
shutdown /s /f /t 0
200+
shutdown /r /f /t 0
201201
) ELSE IF %ERRORLEVEL% EQU 2 (
202202
echo.
203203
echo [!] Rebooting your PC is highly recommended, do it before opening BattleBit.
204204
)
205205
echo.
206-
pause
206+
pause

0 commit comments

Comments
 (0)