Skip to content

Commit

Permalink
Add frame delay between menu funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
trippyone committed Jul 5, 2024
1 parent d02a874 commit c85b112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fika.Dedicated/FikaDedicatedPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ private IEnumerator BeginFikaStartRaid(StartDedicatedRequest request, ISession s
//sideSelectionScreen.UpdateSideSelection(request.Side);
sideSelectionScreen.method_11(request.Side);

yield return null;

sideSelectionScreen.method_17(); // faction selection screen -> location selection screen
yield return null;

Expand Down

0 comments on commit c85b112

Please sign in to comment.