Browse Source

Added default config

pull/509/head
Daniel Gibbs 10 years ago
parent
commit
34b0b498da
  1. 3
      Teeworlds/twserver

3
Teeworlds/twserver

@ -4,7 +4,7 @@
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Contributor: Bryce Van Dyk (SingingTree) # Contributor: Bryce Van Dyk (SingingTree)
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
version="141015" version="281015"
#### Variables #### #### Variables ####
@ -46,6 +46,7 @@ executable="./teeworlds_srv"
servercfg="${servicename}.cfg" # Teeworlds can also auto load any config if an autoexec.cfg file is present in the server dir servercfg="${servicename}.cfg" # Teeworlds can also auto load any config if an autoexec.cfg file is present in the server dir
servercfgdir="${filesdir}" servercfgdir="${filesdir}"
servercfgfullpath="${servercfgdir}/${servercfg}" servercfgfullpath="${servercfgdir}/${servercfg}"
servercfgdefault="${servercfgdir}/lgsm-default.cfg"
backupdir="${rootdir}/backups" backupdir="${rootdir}/backups"
# Logging # Logging

Loading…
Cancel
Save