Browse Source

Depricate unsused config settings

master
Matthew Faltys 5 years ago
parent
commit
5e7889325e
  1. 2
      config.gcfg
  2. 2
      deps/server_config.gcfg
  3. 2
      nethack-launcher.go

2
config.gcfg

@ -2,8 +2,6 @@
loglevel = "debug"
serverdisplay = "unixvoid.com underground nethack server"
nethackversion = "3.6.0"
inprogressdir = "savedata/dgldir/inprogress-nh343"
userdir = "savedata/dgldir/userdata"
hackdir = "savedata/hack"
nhdatlocation = "/usr/lib/games/nethack/nhdat"
reclistlocation = "reclist"

2
deps/server_config.gcfg vendored

@ -2,8 +2,6 @@
loglevel = "debug"
serverdisplay = "unixvoid.com underground nethack server"
nethackversion = "3.6.0"
inprogressdir = "savedata/dgldir/inprogress-nh343"
userdir = "savedata/dgldir/userdata"
hackdir = "/hack"
nhdatlocation = "/usr/lib/games/nethack/nhdat"
reclistlocation = "/bin/reclist"

2
nethack-launcher.go

@ -24,8 +24,6 @@ type Config struct {
Loglevel string
ServerDisplay string
NethackVersion string
InProgressDir string // TODO: depricate this
UserDir string // TODO: depricate this
HackDir string
NhdatLocation string
ReclistLocation string

Loading…
Cancel
Save