small team balance fix

This commit is contained in:
m 2023-12-25 09:24:46 -06:00
parent e5cd4de72b
commit a83671b105

View File

@ -22,6 +22,8 @@ set_team(team)
self suicide();
}
maps\mp\gametypes\_menus::addtoteam(team);
maps\mp\gametypes\_menus::endrespawnnotify();
self maps\mp\gametypes\_menus::addtoteam(team);
self maps\mp\gametypes\_menus::endrespawnnotify();
self maps\mp\gametypes\_teams::updateteamtime(); // defines pers["teamTime"] for balancing
}