diff --git a/gamemodes/irresistible/anticheat/damage_feed.pwn b/gamemodes/irresistible/anticheat/damage_feed.pwn index 276c1f9..5b5a06e 100644 --- a/gamemodes/irresistible/anticheat/damage_feed.pwn +++ b/gamemodes/irresistible/anticheat/damage_feed.pwn @@ -344,7 +344,7 @@ stock AddDamageHit( array[ MAX_FEED_HEIGHT ][ E_DAMAGE_FEED ], playerid, issueri array[ wID ][ E_ISSUER ] = issuerid; array[ wID ][ E_WEAPON ] = weapon; - GetPlayerName( playerid, array[ wID ][ E_NAME ] , MAX_PLAYER_NAME ); + GetPlayerName( issuerid, array[ wID ][ E_NAME ] , MAX_PLAYER_NAME ); UpdateDamageFeed( playerid, true ); }