diff --git a/lgsm/functions/fix_openttd.sh b/lgsm/functions/fix_openttd.sh index df8846db3..f7170c059 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}/.openttd" "${rootdir}" \ No newline at end of file +cp -r "${serverfiles}/.openttd/*" "${rootdir}/.openttd" \ No newline at end of file