Browse Source

Typo

pull/1268/head
Braunson 8 years ago
parent
commit
fbac3e7c42
  1. 2
      lgsm/functions/command_update.sh

2
lgsm/functions/command_update.sh

@ -21,7 +21,7 @@ elif [ "${gamename}" == "Mumble" ]; then
update_mumble.sh update_mumble.sh
elif [ "${gamename}" == "Factorio" ]; then elif [ "${gamename}" == "Factorio" ]; then
update_factorio.sh update_factorio.sh
elif [ "$Pgamename" == "Multi Theft Auto" ]; then elif [ "${gamename}" == "Multi Theft Auto" ]; then
update_mta.sh update_mta.sh
else else
update_steamcmd.sh update_steamcmd.sh

Loading…
Cancel
Save