mirror of
https://github.com/Luzifer/sii.git
synced 2024-12-20 16:11:17 +00:00
Fix: Copy/Paste error
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
972949a8a6
commit
3a6b18f185
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ type UserProfile struct {
|
|||
CompanyName string `sii:"company_name"`
|
||||
Male bool `sii:"male"`
|
||||
CachedExperience int64 `sii:"cached_experience"`
|
||||
CachedDistance int64 `sii:"18182"`
|
||||
CachedDistance int64 `sii:"cached_distance"`
|
||||
UserData []RawValue `sii:"user_data"`
|
||||
ActiveMods []string `sii:"active_mods"`
|
||||
Customization int64 `sii:"customization"` // ??? Maybe bit-flags?
|
||||
|
|
Loading…
Reference in a new issue