mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
Remove unused Client/Server fields
This commit is contained in:
parent
7fed0aa845
commit
a8bf26cc26
@ -23,8 +23,6 @@ type Pack struct {
|
|||||||
Hash string `toml:"hash,omitempty"`
|
Hash string `toml:"hash,omitempty"`
|
||||||
} `toml:"index"`
|
} `toml:"index"`
|
||||||
Versions map[string]string `toml:"versions"`
|
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"`
|
Export map[string]map[string]interface{} `toml:"export"`
|
||||||
Options map[string]interface{} `toml:"options"`
|
Options map[string]interface{} `toml:"options"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user