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