unset force team on setteam

This commit is contained in:
Robin Appelman 2020-03-22 23:34:10 +01:00
commit bb66af7181

View file

@ -57,6 +57,7 @@ public Action:SetTeam(args) {
int client = FindTarget(0, player, false, true);
force_team[client] = 0;
ChangeClientTeam(client, team);
return Plugin_Handled;