mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-22 16:04:18 +00:00
fd
This commit is contained in:
@@ -50,7 +50,6 @@ namespace EBPServerPresenceSearchType
|
||||
{
|
||||
enum Type
|
||||
{
|
||||
AllServers,
|
||||
ClientServersOnly,
|
||||
DedicatedServersOnly
|
||||
};
|
||||
|
@@ -50,14 +50,12 @@ void UFindSessionsCallbackProxyAdvanced::Activate()
|
||||
{
|
||||
|
||||
case EBPServerPresenceSearchType::ClientServersOnly:
|
||||
{
|
||||
tem.Set(SEARCH_PRESENCE, true, EOnlineComparisonOp::Equals);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
case EBPServerPresenceSearchType::DedicatedServersOnly:
|
||||
tem.Set(SEARCH_PRESENCE, false, EOnlineComparisonOp::Equals);
|
||||
break;
|
||||
|
||||
case EBPServerPresenceSearchType::AllServers:
|
||||
default:
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user