Remove game tags and persona/nucleus ids everywhere. Forward score-fetch statuscode. Fix login issue.
This commit is contained in:
@@ -14,10 +14,3 @@ type Weapon struct {
|
||||
ShotsHit int `json:"shotsHit"`
|
||||
Accuracy float64 `json:"-"`
|
||||
}
|
||||
|
||||
type PlayerIDsJSON struct {
|
||||
Results []struct {
|
||||
PersonaID uint `json:"personaId"`
|
||||
NucleusID uint `json:"nucleusId"`
|
||||
} `json:"results"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user