Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jul 20, 2024
1 parent 2d59d56 commit bed707d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Fika.Core/UI/Custom/MatchMakerUIScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<ClientApplication<ISession>>.Instance.GetClientBackEndSession();
}

protected void Update()
Expand Down

0 comments on commit bed707d

Please sign in to comment.