mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
Update EpicPlatformManager.cs
This commit is contained in:
parent
4dc807c6e8
commit
52b5db8ae7
@ -116,7 +116,8 @@ namespace EpicRerouter.ExeSide
|
||||
if (loginCallbackInfo.ResultCode == Result.Success)
|
||||
{
|
||||
LocalUserId = loginCallbackInfo.LocalUserId;
|
||||
Console.WriteLine($"[EOS SDK] login success! user ID: {LocalUserId}");
|
||||
LocalUserId.ToString(out var s);
|
||||
Console.WriteLine($"[EOS SDK] login success! user ID: {s}");
|
||||
OnAuthSuccess.Invoke();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user