Sfoglia il codice sorgente

New fetching system (LGSM & Functions dirs)

UltimateByte 10 anni fa
parent
commit
14ae5a5e72
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      HalfLifeDeathmatch/hldmserver

+ 2 - 0
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}"