diff --git a/scripting/get5/matchconfig.sp b/scripting/get5/matchconfig.sp index 81cafc4c..05fe5d66 100644 --- a/scripting/get5/matchconfig.sp +++ b/scripting/get5/matchconfig.sp @@ -964,6 +964,7 @@ static bool LoadMatchFromKeyValue(KeyValues kv, char[] error) { if (!LoadVetoDataKeyValues(kv, error)) { return false; } + kv.GoBack(); } else { GenerateDefaultVetoSetup(g_MapPoolList, g_MapBanOrder, g_NumberOfMapsInSeries, g_LastVetoTeam); }