Changed GoConfig to UsrConfig

Changed GoConfig struct to UsrConfig
This commit is contained in:
2026-05-04 11:50:08 -06:00
parent 6ef8f280a8
commit e051d2d6f6
6 changed files with 7 additions and 9 deletions

View File

@@ -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"`