mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-22 17:16:23 +00:00
Fixed latest Paper build to be "latest"
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
. /start-utils
|
||||
|
||||
PAPERBUILD=${PAPERBUILD:-LATEST}
|
||||
: ${PAPERBUILD:=latest}
|
||||
export SERVER=paper_server-${VANILLA_VERSION}-${PAPERBUILD}.jar
|
||||
|
||||
if [ ! -f "$SERVER" ] || [ -n "$FORCE_REDOWNLOAD" ]; then
|
||||
|
||||
Reference in New Issue
Block a user