From 4fdd640cdbea07767575819a973f1da1d0f0792a Mon Sep 17 00:00:00 2001 From: Bims Date: Sat, 24 Aug 2024 14:00:56 +0200 Subject: [PATCH] Reboot instead of shutting down --- BattleBitEACFix.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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