From 78761d9fd71dc6144df80314fae764816109a66a Mon Sep 17 00:00:00 2001 From: Mitch <40295603+thesupersoup@users.noreply.github.com> Date: Sun, 23 Jun 2019 14:52:36 -0700 Subject: [PATCH] LobbyQuery FilterStringKeyValue diff param Added MatchMakingKeyValuePair_t veriant of FilterStringKeyValue --- Facepunch.Steamworks/Structs/LobbyQuery.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Facepunch.Steamworks/Structs/LobbyQuery.cs b/Facepunch.Steamworks/Structs/LobbyQuery.cs index a765a67..b487420 100644 --- a/Facepunch.Steamworks/Structs/LobbyQuery.cs +++ b/Facepunch.Steamworks/Structs/LobbyQuery.cs @@ -59,6 +59,13 @@ namespace Steamworks.Data return this; } + + public LobbyQuery FilterStringKeyValue ( MatchMakingKeyValuePair_t kv ) + { + stringFilter = kv; + + return this; + } #endregion #region Slots Filter