1
0
mirror of https://github.com/uowuo/abaddon.git synced 2025-03-04 03:03:16 -05:00

missed a spot (X-Super-Properties)

This commit is contained in:
ouwou 2025-01-30 19:57:52 -05:00
parent eb9a519b12
commit 07b5e3ba82

View File

@ -2837,6 +2837,7 @@ void DiscordClient::SetSuperPropertiesFromIdentity(const IdentifyMessage &identi
j["browser"] = identity.Properties.Browser;
j["device"] = identity.Properties.Device;
j["system_locale"] = identity.Properties.SystemLocale;
j["has_client_mods"] = identity.Properties.HasClientMods;
j["browser_user_agent"] = identity.Properties.BrowserUserAgent;
j["browser_version"] = identity.Properties.BrowserVersion;
j["os_version"] = identity.Properties.OSVersion;