Browse Source

fixed if

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
a01ed79d85
  1. 2
      lgsm/functions/command_update.sh

2
lgsm/functions/command_update.sh

@ -15,7 +15,7 @@ check.sh
if [ "${gamename}" == "Teamspeak 3" ]; then
update_ts3.sh
elif [ "${engine}" == "goldsource" ]||[ "${forceupdate}" == "1" ]; then
else
update_steamcmd.sh
fi

Loading…
Cancel
Save