Stupid goland refactoring stuff it shouldn't

This commit is contained in:
comp500 2020-03-25 20:24:31 +00:00
parent 615fe97369
commit 1b21b91ac2

View File

@ -220,7 +220,7 @@ type modFileInfo struct {
GameVersions []string `json:"gameVersion"` GameVersions []string `json:"gameVersion"`
Fingerprint int `json:"packageFingerprint"` Fingerprint int `json:"packageFingerprint"`
Dependencies []struct { Dependencies []struct {
ModID int `json:"addonIDFlag"` ModID int `json:"addonId"`
Type int `json:"type"` Type int `json:"type"`
} `json:"dependencies"` } `json:"dependencies"`
} }