From 006448fb55a8e840a752b3443f7e5f61d275eff4 Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 25 May 2020 20:23:52 +0900 Subject: [PATCH] Revert "testing things" This reverts commit 0eefd45fe6f02c0f63b19a79f66e26f86d2042fa. --- lgsm/functions/fix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index 01b1a7787..f1bc3e6bc 100644 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -111,8 +111,8 @@ if [ "${commandname}" == "INSTALL" ]; then fix_ut.sh elif [ "${shortname}" == "ut3" ]; then fix_ut3.sh - #elif [ "${shortname}" == "openttd" ]; then - # fix_openttd.sh + elif [ "${shortname}" == "openttd" ]; then + fix_openttd.sh else fn_print_information_nl "No fixes required." fi