diff --git a/plugin/autoexec.sp b/plugin/autoexec.sp index 0bb3c8e..a75a578 100644 --- a/plugin/autoexec.sp +++ b/plugin/autoexec.sp @@ -261,6 +261,8 @@ public void CheckPlayerCount(int team) { warned[team] = true; GameRules_SetProp("m_bTeamReady", 0, _ , team, true); PrintToChatAll("Warning, config is set to 6v6 but you readied up with %d players", playerCount); + } else { + warned[team] = true; } } }