diff --git a/BattleBitEACFix.bat b/BattleBitEACFix.bat index 4defec9..0548f60 100644 --- a/BattleBitEACFix.bat +++ b/BattleBitEACFix.bat @@ -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 \ No newline at end of file +pause