Daniel Gibbs 8 лет назад
Родитель
Сommit
1547dd13d8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/core_getopt.sh

+ 1 - 1
lgsm/functions/core_getopt.sh

@@ -56,7 +56,7 @@ currentopt=( "${cmd_start[@]}" "${cmd_stop[@]}" "${cmd_restart[@]}" "${cmd_monit
 currentopt+=( "${cmd_update_linuxgsm[@]}" )
 currentopt+=( "${cmd_update_linuxgsm[@]}" )
 
 
 # Exclude noupdate games here
 # Exclude noupdate games here
-if [ "${gamename}" != "Battlefield: 1942" ]&&[ "${engine}" != "quake" ]&&[ "${engine}" != "idtech2" ]&&[ "${engine}" != "idtech3" ]&&[ "${engine}" != "iw2.0" ]&&[ "${engine}" != "iw3.0" ]; then
+if [ "${gamename}" != "Battlefield: 1942" ]&&[ "${engine}" != "quake" ]&&[ "${engine}" != "idtech2" ]&&[ "${engine}" != "idtech3" ]&&[ "${engine}" != "iw2.0" ]&&[ "${engine}" != "iw3.0" ]&&[ "${gamename}" != "San Andreas Multiplayer" ]; then
 	currentopt+=( "${cmd_update[@]}" )
 	currentopt+=( "${cmd_update[@]}" )
 	# force update for SteamCMD only or MTA
 	# force update for SteamCMD only or MTA
 	if [ -n "${appid}" ] || [ "${gamename}" == "Multi Theft Auto" ]; then
 	if [ -n "${appid}" ] || [ "${gamename}" == "Multi Theft Auto" ]; then