From 169e60330d3399bf7f4b14bc3fddf09b2ed24875 Mon Sep 17 00:00:00 2001 From: scott Date: Mon, 25 May 2020 23:48:36 +0900 Subject: [PATCH] fixed 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 0008bbb4b..4f5b320c6 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}/grapics_set/opengfx-0.6.0.tar" "${rootdir}/.openttd/baseset" \ No newline at end of file +cp "${serverfiles}/graphics_set/opengfx-0.6.0.tar" "${rootdir}/.openttd/baseset" \ No newline at end of file