Skip to content

Commit

Permalink
Reorder parameters of get5_creatematch to match get5_scrim (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Aug 20, 2022
1 parent 9e9ffb3 commit 8f6abbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripting/get5/matchconfig.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,6 @@ public Action Command_CreateMatch(int client, int args) {
return Plugin_Handled;
}
}

if (args >= 2) {
GetCmdArg(2, matchid, sizeof(matchid));
}
Expand Down

0 comments on commit 8f6abbf

Please sign in to comment.