correct the create session node not passing on bAllowJoingViaPresence

This commit is contained in:
Joshua
2022-06-24 08:10:11 -04:00
parent 1dbd091e01
commit 6c5f3b8b06

View File

@@ -56,7 +56,7 @@ void UCreateSessionCallbackProxyAdvanced::Activate()
Settings.bShouldAdvertise = true;
Settings.bAllowJoinInProgress = true;
Settings.bIsLANMatch = bUseLAN;
Settings.bAllowJoinViaPresence = true;
Settings.bAllowJoinViaPresence = bAllowJoinViaPresence;
Settings.bIsDedicated = bDedicatedServer;
if (bDedicatedServer)