1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 07:08:06 -05:00

Search & Rezurrect: remove gained/lost the lead message

This commit is contained in:
Jbleezy
2023-10-03 17:54:54 -07:00
parent 607ef23219
commit 98e153d610

View File

@ -139,7 +139,7 @@ round_end(winner)
if (isDefined(level.increment_score_func))
{
[[level.increment_score_func]](team);
[[level.increment_score_func]](team, 1, false);
}
}