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

Commit b77b0be

Browse files
author
brysondev
committed
v3.1.1 - Updated failure message
1 parent 3769d09 commit b77b0be

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

of_install.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,13 @@ SETLOCAL EnableDelayedExpansion
135135
murse.exe upgrade "%STEAM_REG_PATH%\open_fortress"
136136
if %ERRORLEVEL% EQU 1 (
137137
echo Something went wrong...
138-
echo %ESC%[101mError Code 4XX means you are temporarily ^(or permanently^) restricted from accessing the server. Try again in 20 minutes.%ESC%[0m
139-
echo %ESC%[101mError Code 5XX means the server is having issues. Try again after bryson has been informed.%ESC%[0m
138+
echo %ESC%[101mTry again in 20 minutes or report the issue to the discord server.%ESC%[0m
140139
goto exitmain
141140
)
142141
echo Validating just in case...
143142
echo This will take a while...
144143

145-
murse.exe verify "%STEAM_REG_PATH%\open_fortress" -r
144+
murse.exe verify "%STEAM_REG_PATH%\open_fortress" -r
146145
:: > nul 2>&1
147146
if %ERRORLEVEL% EQU 1 (
148147
echo Something went wrong...

0 commit comments

Comments
 (0)