Daniel Gibbs 11 лет назад
Родитель
Сommit
ac6696c566
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      functions/fn_install

+ 2 - 2
functions/fn_install

@@ -2,7 +2,7 @@
 # LGSM fn_install function
 # LGSM fn_install function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: http://danielgibbs.co.uk
 # Website: http://danielgibbs.co.uk
-# Version: 080215
+# Version: 060315
 
 
 fn_check_root
 fn_check_root
 fn_install_header
 fn_install_header
@@ -40,6 +40,6 @@ elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then
 elif [ "${gamename}" == "Unreal Tournament 2004" ]; then
 elif [ "${gamename}" == "Unreal Tournament 2004" ]; then
 	fn_install_ut2k4fix
 	fn_install_ut2k4fix
 elif [ "${gamename}" == "Unreal Tournament 99" ]; then
 elif [ "${gamename}" == "Unreal Tournament 99" ]; then
-	fn_install_99fix
+	fn_install_ut99fix
 fi
 fi
 fn_install_complete
 fn_install_complete