Remove unused Client/Server fields

This commit is contained in:
comp500 2021-10-11 21:09:55 +01:00
parent 7fed0aa845
commit a8bf26cc26

View File

@ -23,8 +23,6 @@ type Pack struct {
Hash string `toml:"hash,omitempty"`
} `toml:"index"`
Versions map[string]string `toml:"versions"`
Client map[string]toml.Primitive `toml:"client"`
Server map[string]toml.Primitive `toml:"server"`
Export map[string]map[string]interface{} `toml:"export"`
Options map[string]interface{} `toml:"options"`
}