Skip to content

Commit

Permalink
Update entry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolfx authored Apr 24, 2024
1 parent eb3c581 commit ab9eb7a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion etc/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ fi

START_CUSTOM="${SRCDS_START_CUSTOMS}"

bash "${STEAMAPPDIR}/srcds_run_64" -game "${STEAMAPP}" -console \
USE_64=""
if [ ! -z "${SRCDS_64}" ]; then
USE_64="_64"
fi

bash "${STEAMAPPDIR}/srcds_run${USE_64}" -game "${STEAMAPP}" -console \
-steam_dir "${STEAMCMDDIR}" \
-steamcmd_script "${HOMEDIR}/${STEAMAPP}_update.txt" \
-usercon \
Expand Down

0 comments on commit ab9eb7a

Please sign in to comment.