We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4364d7 + 2b18d68 commit 285fb4bCopy full SHA for 285fb4b
ServerStart.bat
@@ -455,8 +455,8 @@ IF %MC_SERVER_SPONGE% EQU 1 (
455
MKDIR "%~dp0mods" 1>> "%~dp0serverstart.log" 2>&1
456
)
457
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...
+ IF NOT EXIST "%~dp0mods/*spongeforge*%MC_SERVER_MCVER%*.jar" (
+ ECHO SpongeForge JAR for not found in "mods" folder...
460
ECHO INFO: SpongeForge JAR not found in "mods" folder 1>> "%~dp0serverstart.log" 2>&1
461
GOTO DOWNLOADSPONGE
462
0 commit comments