mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-22 16:04:18 +00:00
Fixing build of plugin changes on MacOS.
(cherry picked from commit cc311df9699a99305fe3c7d5d83f4fb0bb4b5550)
This commit is contained in:
@@ -82,7 +82,7 @@ void ULoginUserCallbackProxy::OnCompleted(int32 LocalUserNum, bool bWasSuccessfu
|
||||
if (State)
|
||||
{
|
||||
// Update UniqueId. See also ShowLoginUICallbackProxy.cpp
|
||||
State->SetUniqueId(uniqueId);
|
||||
State->SetUniqueId((const FUniqueNetIdPtr&) uniqueId);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user