Skip to content
Prev Previous commit
Next Next commit
Update natives_misc.cpp
  • Loading branch information
lozatto authored May 8, 2025
commit e182d7bca1ead6bcffc3e51f146d8c4470ebeadd
2 changes: 1 addition & 1 deletion reapi/src/natives/natives_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3374,7 +3374,7 @@ cell AMX_NATIVE_CALL rg_send_death_message(AMX *amx, cell *params)
CSGameRules()->SendDeathMessage(pKiller, pVictim, pAssister, args[arg_inflictor], weaponName, args[arg_deathmsgflags], args[arg_rarityofkill]);
return TRUE;
}

/*
* Adds impulse to the player.
*
Expand Down
Loading