Browse Source

add worldname to legacy vars

pull/4733/head
Daniel Gibbs 3 months ago
parent
commit
1f5d769ec5
  1. 6
      lgsm/modules/core_legacy.sh

6
lgsm/modules/core_legacy.sh

@ -35,6 +35,12 @@ if [ -n "${autosaveinterval}" ]; then
saveinterval="${autosaveinterval}"
fi
if [ "${shortname}" == "st" ]; then
if [ -n "${worldname}" ]; then
worldsave="${worldname}"
fi
fi
# Added as part of migrating functions dir to modules dir.
# Will remove functions dir if files in modules dir older than 14 days
functionsdir="${lgsmdir}/modules"

Loading…
Cancel
Save