From 371bb732436e27b542ddc8659a24672942f2b5cb Mon Sep 17 00:00:00 2001 From: lzrdblzzrd <32615368+lzrdblzzrd@users.noreply.github.com> Date: Thu, 1 Apr 2021 20:55:40 +0300 Subject: [PATCH] Update SoloLobbyCreator.bat --- SoloLobbyCreator.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SoloLobbyCreator.bat b/SoloLobbyCreator.bat index 8056628..aad7978 100644 --- a/SoloLobbyCreator.bat +++ b/SoloLobbyCreator.bat @@ -21,12 +21,12 @@ if not exist pssuspend.exe ( ) else ( color 0B pssuspend.exe "GTA5.exe" -accepteula -nobanner >nul - for /l %%s in (9,-1,1) do ( + for /l %%s in (11,-1,1) do ( cls. echo. echo ###################################################### echo # # - echo # GTA V process suspended for 9 seconds, please wait # + echo # GTA V process suspended for 10 seconds # title [ %%s ] %title% timeout 1 /nobreak >nul ) @@ -42,4 +42,4 @@ if not exist pssuspend.exe ( color 0A timeout 3 /nobreak >nul exit -) \ No newline at end of file +)