Skip to content

Commit 285fb4b

Browse files
Merge pull request #7 from ryantheleach/patch-1
Make spongeforge file check less strict
2 parents f4364d7 + 2b18d68 commit 285fb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ServerStart.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ IF %MC_SERVER_SPONGE% EQU 1 (
455455
MKDIR "%~dp0mods" 1>> "%~dp0serverstart.log" 2>&1
456456
)
457457
REM Check for spongeforge jar in /mods/
458-
IF NOT EXIST "%~dp0mods/*spongeforge*%MC_SERVER_MCVER%*%MC_SERVER_FORGESHORT%*.jar" (
459-
ECHO SpongeForge JAR for Forge %MC_SERVER_FORGESHORT% not found in "mods" folder...
458+
IF NOT EXIST "%~dp0mods/*spongeforge*%MC_SERVER_MCVER%*.jar" (
459+
ECHO SpongeForge JAR for not found in "mods" folder...
460460
ECHO INFO: SpongeForge JAR not found in "mods" folder 1>> "%~dp0serverstart.log" 2>&1
461461
GOTO DOWNLOADSPONGE
462462
)

0 commit comments

Comments
 (0)