Explorar el Código

Added fastdl folder

lrob hace 10 años
padre
commit
d58b83bb4a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      GarrysMod/gmodserver

+ 2 - 1
GarrysMod/gmodserver

@@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="271215"
+version="190216"
 
 #### Variables ####
 
@@ -70,6 +70,7 @@ selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
 lockselfname=".${servicename}.lock"
 filesdir="${rootdir}/serverfiles"
 systemdir="${filesdir}/garrysmod"
+addonsdir="${systemdir}/addons"
 executabledir="${filesdir}"
 executable="./srcds_run"
 servercfg="${servicename}.cfg"