Skip to content

Commit a52a471

Browse files
Fix wrong CurrentPlatform.Set() call
1 parent 8b65573 commit a52a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Game/LootLockerSDKManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ public static void StartMetaSession(string user_id, string nonce, Action<LootLoc
749749
onComplete?.Invoke(LootLockerResponseFactory.SDKNotInitializedError<LootLockerMetaSessionResponse>());
750750
return;
751751
}
752-
CurrentPlatform.Set(Platforms.Epic);
752+
CurrentPlatform.Set(Platforms.Meta);
753753
var sessionRequest = new LootLockerMetaSessionRequest()
754754
{
755755
user_id = user_id,

0 commit comments

Comments
 (0)