Daniel Gibbs 10 년 전
부모
커밋
a01ed79d85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/functions/command_update.sh

+ 1 - 1
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