From 8f6abbf044f2817fff9700cb76b7a8cfe936a9b5 Mon Sep 17 00:00:00 2001 From: Nicolai Cornelis Date: Mon, 1 Aug 2022 16:50:15 +0200 Subject: [PATCH] Reorder parameters of get5_creatematch to match get5_scrim (#806) --- scripting/get5/matchconfig.sp | 1 - 1 file changed, 1 deletion(-) diff --git a/scripting/get5/matchconfig.sp b/scripting/get5/matchconfig.sp index b75bfe7a8..274aef06b 100644 --- a/scripting/get5/matchconfig.sp +++ b/scripting/get5/matchconfig.sp @@ -1020,7 +1020,6 @@ public Action Command_CreateMatch(int client, int args) { return Plugin_Handled; } } - if (args >= 2) { GetCmdArg(2, matchid, sizeof(matchid)); }