From 3a6b18f185c051a020007cfb1d0902d4a6a3b743 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 23 Dec 2019 18:16:30 +0100 Subject: [PATCH] Fix: Copy/Paste error Signed-off-by: Knut Ahlers --- block_user_profile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block_user_profile.go b/block_user_profile.go index b4ed1e2..7ccc558 100644 --- a/block_user_profile.go +++ b/block_user_profile.go @@ -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?