Daniel Gibbs 10 лет назад
Родитель
Сommit
36d4908844
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      functions/info_glibc.sh

+ 4 - 1
functions/info_glibc.sh

@@ -2,7 +2,7 @@
 # LGSM info_glibc.sh function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-lgsm_version="100116"
+lgsm_version="190216"
 
 # Description: stores details on servers Glibc requirements.
 
@@ -27,6 +27,9 @@ elif [ "${gamename}" == "Insurgency" ]; then
 elif [ "${gamename}" == "No More Room in Hell" ]; then
 	glibcrequired="2.15"
 	glibcfix="yes"
+elif [ "${gamename}" == "Quake Live" ]; then
+	glibcrequired="2.15"
+	glibcfix="no"
 elif [ "${engine}" == "avalanche" ]; then
 	glibcrequired="2.13"
 	glibcfix="yes"