Alexander Hurd hace 10 años
padre
commit
71152c4b54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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