@ -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"
hackdir = "/hack"
reclistlocation = "/bin/reclist"
@ -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