From dedce97cfd79363a8a20c3969f05751e37344e28 Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 25 May 2020 23:55:24 +0900 Subject: [PATCH] fixing another typo in fix_openttd.sh --- lgsm/functions/fix_openttd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/fix_openttd.sh b/lgsm/functions/fix_openttd.sh index 4f5b320c6..59760eca8 100644 --- a/lgsm/functions/fix_openttd.sh +++ b/lgsm/functions/fix_openttd.sh @@ -8,4 +8,4 @@ local modulename="FIX" local commandaction="Fix" mkdir "${rootdir}/.openttd/baseset" -cp "${serverfiles}/graphics_set/opengfx-0.6.0.tar" "${rootdir}/.openttd/baseset" \ No newline at end of file +cp "${serverfiles}/graphics_sets/opengfx-0.6.0.tar" "${rootdir}/.openttd/baseset" \ No newline at end of file