This commit is contained in:
mordentral
2016-04-21 14:40:00 -04:00
parent 4fe9a9dc31
commit df6d10e902
2 changed files with 3 additions and 6 deletions

View File

@@ -50,7 +50,6 @@ namespace EBPServerPresenceSearchType
{
enum Type
{
AllServers,
ClientServersOnly,
DedicatedServersOnly
};

View File

@@ -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;