1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-21 12:40:20 -05:00

Grief: fix stun score steal

This commit is contained in:
Jbleezy
2021-12-13 17:44:17 -08:00
parent 77b5e7140e
commit 00fa8bbff4

View File

@ -1080,7 +1080,7 @@ do_game_mode_shellshock(is_melee, is_upgraded)
stun_score_steal(attacker, score) stun_score_steal(attacker, score)
{ {
score *= maps/mp/zombies/_zm_score::get_points_multiplier(player); score *= maps/mp/zombies/_zm_score::get_points_multiplier(attacker);
if(is_player_valid(attacker)) if(is_player_valid(attacker))
{ {