mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 16:34:07 +00:00
Fixing missing result assignment in Identity Interface implementation
Former-commit-id: 1f538460458e63b97ac4f5eeee586e1779781bdd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
#include "OnlineSubSystemHeader.h"
|
||||
#include "AdvancedIdentityLibrary.h"
|
||||
|
||||
#include "onlinesession"
|
||||
//General Log
|
||||
DEFINE_LOG_CATEGORY(AdvancedIdentityLog);
|
||||
|
||||
@@ -75,7 +75,7 @@ void UAdvancedIdentityLibrary::GetLoginStatus(const FBPUniqueNetId & UniqueNetID
|
||||
}
|
||||
|
||||
LoginStatus = (EBPLoginStatus)IdentityInterface->GetLoginStatus(*UniqueNetID.GetUniqueNetId());
|
||||
EBlueprintResultSwitch::OnSuccess;
|
||||
Result = EBlueprintResultSwitch::OnSuccess;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user