From a83671b105749f882e1c99499c04cb10f9f13b96 Mon Sep 17 00:00:00 2001 From: m Date: Mon, 25 Dec 2023 09:24:46 -0600 Subject: [PATCH] small team balance fix --- data/cdata/scripts/mp/team_balance.gsc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/cdata/scripts/mp/team_balance.gsc b/data/cdata/scripts/mp/team_balance.gsc index 759aceb2..bf9685da 100644 --- a/data/cdata/scripts/mp/team_balance.gsc +++ b/data/cdata/scripts/mp/team_balance.gsc @@ -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 }