mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-22 07:54:25 +00:00
correct the create session node not passing on bAllowJoingViaPresence
This commit is contained in:
@@ -53,7 +53,7 @@ void UCreateSessionCallbackProxyAdvanced::Activate()
|
||||
Settings.bShouldAdvertise = true;
|
||||
Settings.bAllowJoinInProgress = true;
|
||||
Settings.bIsLANMatch = bUseLAN;
|
||||
Settings.bAllowJoinViaPresence = true;
|
||||
Settings.bAllowJoinViaPresence = bAllowJoinViaPresence;
|
||||
Settings.bIsDedicated = bDedicatedServer;
|
||||
|
||||
if (bDedicatedServer)
|
||||
|
Reference in New Issue
Block a user