Adjustments following kind discussion with LunarJetman on IRC

This commit is contained in:
2020-03-22 17:19:26 +00:00
parent ba7c06e5fd
commit 3cb32b8962
9 changed files with 73 additions and 62 deletions

View File

@@ -12,7 +12,7 @@ type WH40K struct {
}
type Config struct {
WH40K `toml:"wh40k"`
WH40K `toml:"ordoor"`
}
func Load(filename string) (*Config, error) {