SERVER: Fix all kill types rewarding 50 Score

This commit is contained in:
cypress 2024-06-10 14:11:04 -07:00 committed by GitHub
parent d6f7a09967
commit e31afbe338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -451,7 +451,7 @@ void(entity attacker, float d_style) DieHandler =
break;
}
Player_AddScore(attacker, 50, true);
Player_AddScore(attacker, points_earned, true);
}
}