1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-07 04:18:49 -05:00

Fix script runtime errors

This commit is contained in:
Jbleezy
2024-03-12 14:53:25 -07:00
parent bf24608828
commit 41a31de65f
10 changed files with 35 additions and 21 deletions

View File

@ -27,7 +27,7 @@ add_to_player_score(points, add_to_total)
self incrementplayerstat("score", points);
}
minus_to_player_score(points)
minus_to_player_score(points, ignore_double_points_upgrade)
{
if (!isDefined(points) || level.intermission)
{