Skip to content

Commit

Permalink
ketting: fixed launcher invocation (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Jan 10, 2025
1 parent a485f84 commit f79ef8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/start-deployKetting
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ export SERVER

resolveVersion

EXTRA_ARGS+="-minecraftVersion $VERSION"
EXTRA_ARGS+=" -minecraftVersion $VERSION"
if [[ ${KETTING_VERSION:-} ]]; then
EXTRA_ARGS+="-kettingVersion $KETTING_VERSION"
EXTRA_ARGS+=" -kettingVersion $KETTING_VERSION"
fi
if [[ ${FORGE_VERSION:-} ]]; then
EXTRA_ARGS+="-forgeVersion $FORGE_VERSION"
EXTRA_ARGS+=" -forgeVersion $FORGE_VERSION"
fi
export EXTRA_ARGS

Expand Down

0 comments on commit f79ef8f

Please sign in to comment.