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" loglevel = "debug"
serverdisplay = "unixvoid.com underground nethack server" serverdisplay = "unixvoid.com underground nethack server"
nethackversion = "3.6.0" nethackversion = "3.6.0"
inprogressdir = "savedata/dgldir/inprogress-nh343"
userdir = "savedata/dgldir/userdata"
hackdir = "savedata/hack" hackdir = "savedata/hack"
nhdatlocation = "/usr/lib/games/nethack/nhdat" nhdatlocation = "/usr/lib/games/nethack/nhdat"
reclistlocation = "reclist" reclistlocation = "reclist"

2
deps/server_config.gcfg vendored

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

2
nethack-launcher.go

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

Loading…
Cancel
Save