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 @@ public LobbyQuery FilterStringKeyValue( string nKey, string nValue ) return this; } + + public LobbyQuery FilterStringKeyValue ( MatchMakingKeyValuePair_t kv ) + { + stringFilter = kv; + + return this; + } #endregion #region Slots Filter