From ac6696c5669c479a7b046845745463862da66d6f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 6 Mar 2015 22:45:34 +0000 Subject: [PATCH] Fixed typo in function --- functions/fn_install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_install b/functions/fn_install index ed526fe70..ab52c90b4 100644 --- a/functions/fn_install +++ b/functions/fn_install @@ -2,7 +2,7 @@ # LGSM fn_install function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 080215 +# Version: 060315 fn_check_root fn_install_header @@ -40,6 +40,6 @@ elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then elif [ "${gamename}" == "Unreal Tournament 2004" ]; then fn_install_ut2k4fix elif [ "${gamename}" == "Unreal Tournament 99" ]; then - fn_install_99fix + fn_install_ut99fix fi fn_install_complete \ No newline at end of file