|
@ -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 |
|
|