Alexander Hurd 10 年之前
父節點
當前提交
71152c4b54
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/info_glibc.sh

+ 1 - 1
lgsm/functions/info_glibc.sh

@@ -83,7 +83,7 @@ elif [ "${gamename}" == "Mumble" ]; then
 elif [ "${engine}" == "idtech3" ]; then
 	glibcrequired="2.0"
 	glibcfix="no"
-elif [ "${engine}" == "refactor" ]; then
+elif [ "${engine}" == "refractor" ]; then
 	glibcrequired="2.0"
 	glibcfix="no"
 else