Skip to content

Commit 320fae5

Browse files
committed
fix(untserver): specific steamcmd parameters no longer required
1 parent 8cdb668 commit 320fae5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lgsm/functions/command_validate.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ fn_validation(){
2424

2525
if [ "${appid}" == "90" ]; then
2626
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_info_print 70 +app_set_config 90 mod "${appidmod}" +app_update "${appid}" ${branch} +app_update "${appid}" ${branch} validate +quit | tee -a "${lgsmlog}"
27-
elif [ "${gamename}" == "Unturned" ]; then
28-
${unbuffer} ./steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" ${branch} validate +quit
2927
else
3028
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" ${branch} validate +quit | tee -a "${lgsmlog}"
3129
fi

lgsm/functions/update_steamcmd.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ fn_update_steamcmd_dl(){
2020
cd "${steamcmddir}" || exit
2121
if [ "${appid}" == "90" ]; then
2222
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_set_config 90 mod "${appidmod}" +app_update "${appid}" ${branch} +quit | tee -a "${lgsmlog}"
23-
elif [ "${shortname}" == "unt" ]; then
24-
${unbuffer} ./steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" ${branch} validate +quit
2523
else
2624
${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${serverfiles}" +app_update "${appid}" ${branch} +quit | tee -a "${lgsmlog}"
2725
fi

0 commit comments

Comments
 (0)