Browse Source

New fetching system (LGSM & Functions dirs)

pull/820/merge
UltimateByte 9 years ago
parent
commit
14ae5a5e72
  1. 2
      HalfLifeDeathmatch/hldmserver

2
HalfLifeDeathmatch/hldmserver

@ -56,6 +56,8 @@ engine="goldsource"
rootdir="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))"
selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
lockselfname=".${servicename}.lock"
lgsmdir="${rootdir}/lgsm"
functionsdir="${lgsmdir}/functions"
filesdir="${rootdir}/serverfiles"
systemdir="${filesdir}/valve"
executabledir="${filesdir}"

Loading…
Cancel
Save