Skip to content

Commit

Permalink
Add missing wingman property when creating match from menu
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Mar 25, 2023
1 parent b1720ce commit 683c208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripting/get5/get5menu.sp
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ static void CreateMatch(int client) {
match.SetBool("skip_veto", g_SetupMenuMapSelection != Get5SetupMenu_MapSelectionMode_PickBan);
match.SetInt("players_per_team", g_SetupMenuPlayersPerTeam);
match.SetBool("clinch_series", true);
match.SetBool("wingman", g_SetupMenuWingman);
match.SetBool("scrim", g_SetupMenuTeamSelection == Get5SetupMenu_TeamSelectionMode_Scrim);

char sideType[32];
Expand Down

0 comments on commit 683c208

Please sign in to comment.