We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a936c25 commit a4902adCopy full SHA for a4902ad
Runtime/Game/Requests/LootLockerSessionRequest.cs
@@ -190,7 +190,7 @@ public static void NintendoSwitchSession(LootLockerNintendoSwitchSessionRequest
190
if (string.IsNullOrEmpty(serverResponse.Error))
191
{
192
response = JsonConvert.DeserializeObject<LootLockerSessionResponse>(serverResponse.text);
193
- LootLockerConfig.current.UpdateToken(response.session_token, (data as LootLockerSessionRequest)?.player_identifier);
+ LootLockerConfig.current.UpdateToken(response.session_token, "");
194
}
195
196
response.text = serverResponse.text;
0 commit comments