From 9d3bbf3a9a547548d059ae3d4952fd784ef2853d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 1 Mar 2016 19:58:43 +0000 Subject: [PATCH] Fixed 7 Days to Die deps not working --- functions/check_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/check_deps.sh b/functions/check_deps.sh index 3cd5d32ce..535a15330 100644 --- a/functions/check_deps.sh +++ b/functions/check_deps.sh @@ -135,7 +135,7 @@ if [ -n "$(command -v dpkg-query)" ]; then if [ "${engine}" == "spark" ]; then array_deps_required+=( speex:i386 libtbb2 ) # 7 Days to Die - elif [ "${executable}" == "./7DaysToDie.sh" ]; then + elif [ "${gamename}" == "7 Days To Die" ]; then array_deps_required+=( telnet expect ) # No More Room in Hell elif [ "${gamename}" == "No More Room in Hell" ]; then