X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_damage.qc;h=16a6a04afa6d22fa659a1eda9ff030fcd42a8787;hp=fb179a37679b61679d570bb2cfcc285e55cf6ed6;hb=026dde2924af9bca060bc1bea3e194c47e98b4be;hpb=15a449780e666b73d76cef39230b15ade1daf45f diff --git a/qcsrc/server/g_damage.qc b/qcsrc/server/g_damage.qc index fb179a3767..16a6a04afa 100644 --- a/qcsrc/server/g_damage.qc +++ b/qcsrc/server/g_damage.qc @@ -372,7 +372,7 @@ void Obituary(entity attacker, entity inflictor, entity targ, float deathtype) string deathlocation = (autocvar_notification_server_allows_location ? NearestLocation(targ.death_origin) : ""); #ifdef NOTIFICATIONS_DEBUG - dprint( + Debug_Notification( sprintf( "Obituary(%s, %s, %s, %s = %d);\n", attacker.netname,