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:
@ -1080,7 +1080,7 @@ do_game_mode_shellshock(is_melee, is_upgraded)
|
||||
|
||||
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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user