[SERVER PACK BUG] start.sh can't download server.jar
xErrorAmelie opened this issue ยท 0 comments
Modpack Version
1.3.2
Minecraft Version
1.18.2
Describe the crash or bug
The server can't start, because of the server.jar being missing due to start.sh with the "Optional" in the following line:
wget -O server.jar Optional[https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar];
fixed version of that:
wget -O server.jar https://launcher.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar;
Crash log or latest.log.log
https://mclo.gs/jBjy14q