Skip to content

Commit

Permalink
Merge pull request #1 from Bims-sh/main
Browse files Browse the repository at this point in the history
Reboot instead of shutting down
  • Loading branch information
livingflore authored Aug 24, 2024
2 parents 805a806 + 4fdd640 commit e6a8913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BattleBitEACFix.bat
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ echo.
CHOICE /C YN /M "Do you want to reboot your PC (recommended)"

IF %ERRORLEVEL% EQU 1 (
shutdown /s /f /t 0
shutdown /r /f /t 0
) ELSE IF %ERRORLEVEL% EQU 2 (
echo.
echo [!] Rebooting your PC is highly recommended, do it before opening BattleBit.
)
echo.
pause
pause

0 comments on commit e6a8913

Please sign in to comment.