]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_damage.qc
Fix some warnings found by FTEQCC
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_damage.qc
index 84ae1279d19b288a5b1121d28e7115dac9b531ef..555a73472fb35cff23435bc2c9b7f2cdfbc66525 100644 (file)
@@ -199,9 +199,9 @@ float Obituary_WeaponDeath(
        else
        {
                LOG_TRACEF(
-                       "Obituary_WeaponDeath(): ^1Deathtype ^7(%d)^1 has no notification for weapon %d!\n",
+                       "Obituary_WeaponDeath(): ^1Deathtype ^7(%d)^1 has no notification for weapon %s!\n",
                        deathtype,
-                       death_weapon
+                       death_weapon.netname
                );
        }