From 85014ca4837946f0c154ffb6863757f8c6c104ee Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 7 Jan 2017 20:18:38 +0000 Subject: [PATCH] corrected gamename --- lgsm/functions/info_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index 5a5dff232..374b41110 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -616,7 +616,7 @@ elif [ "${gamename}" == "Call of Duty: World at War" ]; then elif [ "${engine}" == "dontstarve" ]; then fn_info_config_dontstarve # Factorio -elif [ "${engine}" == "factorio" ]; then +elif [ "${gamename}" == "Factorio" ]; then fn_info_config_factorio # Quake 2 elif [ "${gamename}" == "Quake 2" ]; then