Browse Source

Legacy: Added steamcmddir

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
b3ae3cb7bc
  1. 6
      lgsm/functions/core_legacy.sh

6
lgsm/functions/core_legacy.sh

@ -10,4 +10,8 @@ fi
if [ -z "${logdir}" ]; then
logdir="${rootdir}/log"
fi
fi
if [ -z "${steamcmddir}" ]; then
steamcmddir="${rootdir}/steamcmd"
fi

Loading…
Cancel
Save