Skip to content

Commit

Permalink
Change wait to frame from second
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Oct 15, 2024
1 parent 0cc976e commit ec15c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/UI/Custom/MainMenuUIScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private IEnumerator QueryPlayers()
{
while (true)
{
yield return new WaitForSeconds(1);
yield return new WaitForEndOfFrame();
ClearAndQueryPlayers();
yield return new WaitForSeconds(10);
}
Expand Down

0 comments on commit ec15c9d

Please sign in to comment.