mirror of
https://codeberg.org/spire/setteam.git
synced 2026-06-03 14:24:07 +02:00
clear forceteam map load
This commit is contained in:
parent
3977bab1b7
commit
9ef230959e
2 changed files with 6 additions and 0 deletions
|
|
@ -107,3 +107,9 @@ public void OnClientConnected(client) {
|
|||
public void OnClientDisconnect(client) {
|
||||
force_team[client] = 0;
|
||||
}
|
||||
|
||||
public OnMapStart() {
|
||||
for (int i = 0; i < MAXPLAYERS; i++) {
|
||||
force_team[i] = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue