Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
v3.1.1 - Updated failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
brysondev committed Mar 6, 2023
1 parent 3769d09 commit b77b0be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions of_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,13 @@ SETLOCAL EnableDelayedExpansion
murse.exe upgrade "%STEAM_REG_PATH%\open_fortress"
if %ERRORLEVEL% EQU 1 (
echo Something went wrong...
echo %ESC%[101mError Code 4XX means you are temporarily ^(or permanently^) restricted from accessing the server. Try again in 20 minutes.%ESC%[0m
echo %ESC%[101mError Code 5XX means the server is having issues. Try again after bryson has been informed.%ESC%[0m
echo %ESC%[101mTry again in 20 minutes or report the issue to the discord server.%ESC%[0m
goto exitmain
)
echo Validating just in case...
echo This will take a while...

murse.exe verify "%STEAM_REG_PATH%\open_fortress" -r
murse.exe verify "%STEAM_REG_PATH%\open_fortress" -r
:: > nul 2>&1
if %ERRORLEVEL% EQU 1 (
echo Something went wrong...
Expand Down

0 comments on commit b77b0be

Please sign in to comment.