From ef76bb7d19d55c3157b7aabd8113ee7e189e2411 Mon Sep 17 00:00:00 2001 From: mordentral Date: Tue, 26 Jan 2016 16:19:33 -0500 Subject: [PATCH] dfsf --- .../AdvancedSessions/Private/AdvancedFriendsGameInstance.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/AdvancedSessions/Private/AdvancedFriendsGameInstance.cpp b/Source/AdvancedSessions/Private/AdvancedFriendsGameInstance.cpp index d0b2d88..224784a 100644 --- a/Source/AdvancedSessions/Private/AdvancedFriendsGameInstance.cpp +++ b/Source/AdvancedSessions/Private/AdvancedFriendsGameInstance.cpp @@ -190,7 +190,7 @@ void UAdvancedFriendsGameInstance::OnSessionInviteReceivedMaster(const FUniqueNe OnSessionInviteReceived(LocalPlayer, PInviting, AppId, BluePrintResult); - IAdvancedFriendsInterface* TheInterface = NULL; + //IAdvancedFriendsInterface* TheInterface = NULL; if (Player != NULL) { @@ -228,7 +228,7 @@ void UAdvancedFriendsGameInstance::OnSessionInviteAcceptedMaster(const bool bWas APlayerController* Player = UGameplayStatics::GetPlayerController(GetWorld(), LocalPlayer); - IAdvancedFriendsInterface* TheInterface = NULL; + //IAdvancedFriendsInterface* TheInterface = NULL; if (Player != NULL) {