From 6a1bb0980facadcc22cbae27f57782050e7924a1 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sat, 1 Feb 2025 00:20:54 -0600 Subject: random changes --- src/auth/msa.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auth/msa.rs') diff --git a/src/auth/msa.rs b/src/auth/msa.rs index 404329b..add345c 100644 --- a/src/auth/msa.rs +++ b/src/auth/msa.rs @@ -119,8 +119,8 @@ impl XSTSAuthSuccessResponse { self.get_display_claim("uhs") } - pub(super) fn get_xuid(&self) -> Option { - self.get_display_claim("xid").and_then(|s| s.parse().ok()).map(|n| Uuid::from_u64_pair(0, n)) + pub(super) fn get_xuid(&self) -> Option<&str> { + self.get_display_claim("xid") } pub(super) fn get_gamertag(&self) -> Option<&str> { -- cgit v1.2.3-70-g09d2