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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user