mirror of
https://codeberg.org/spire/autoexec.git
synced 2026-08-02 12:14:52 +02:00
remove warning mark when readying with right player count
This commit is contained in:
parent
9ef880d8cd
commit
563392a7e8
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue