Changed GoConfig to UsrConfig
Changed GoConfig struct to UsrConfig
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
// config struct
|
||||
type GoConfig struct {
|
||||
type UsrConfig struct {
|
||||
Server struct { // server specific settings
|
||||
ServDir string `yaml:"serverFolder"`
|
||||
WorldFile string `yaml:"worldFile"`
|
||||
|
||||
Reference in New Issue
Block a user