diff --git a/Fika.Core/UI/Custom/MatchMakerUIScript.cs b/Fika.Core/UI/Custom/MatchMakerUIScript.cs index c728d9a6..f69596dc 100644 --- a/Fika.Core/UI/Custom/MatchMakerUIScript.cs +++ b/Fika.Core/UI/Custom/MatchMakerUIScript.cs @@ -32,13 +32,11 @@ internal class MatchMakerUIScript : MonoBehaviour private string ProfileId => FikaBackendUtils.Profile.ProfileId; private float lastRefreshed; - private ISession session; protected void Start() { CreateMatchMakerUI(); StartCoroutine(ServerQuery()); - session = Singleton>.Instance.GetClientBackEndSession(); } protected void Update()