Skip to content

Commit

Permalink
Update rrm_mirror.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Jul 27, 2023
1 parent 60bbdcd commit 74a94dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rrm_mirror.sp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public Action OnTakeDamage(int victim, int &attacker, int &inflictor, float &dam
return Plugin_Continue;
if(!IsPlayerAlive(victim))
return Plugin_Continue;
SDKHooks_TakeDamage(i, inflictor, victim, RoundFloat(damage * gMirror), damagetype, weapon, null, null, true);
SDKHooks_TakeDamage(attacker, inflictor, victim, RoundFloat(damage * gMirror), damagetype, weapon, null, null, true);
}
return Plugin_Continue;
}

0 comments on commit 74a94dd

Please sign in to comment.