Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Lan2Play/PugSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
Apfelwurm committed Nov 2, 2023
2 parents e57138d + 1c3eac5 commit 9c45560
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PugSharp/PugSharp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,10 @@ private void OnMapStartHandler(string mapName)
{
if (_Match != null)
{
SetMatchVariable(_Match.Config);
Server.NextFrame(() =>
{
SetMatchVariable(_Match.Config);
});
}
}

Expand Down

0 comments on commit 9c45560

Please sign in to comment.