From: Samual Lenks Date: Sun, 16 Dec 2012 01:53:07 +0000 (-0500) Subject: Comment out this useless code ^_^ X-Git-Tag: xonotic-v0.7.0~62^2~23^2~326 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=63a6745a882b05be961cae415c674552cd439973;p=xonotic%2Fxonotic-data.pk3dir.git Comment out this useless code ^_^ --- diff --git a/qcsrc/server/g_damage.qc b/qcsrc/server/g_damage.qc index 2fceee4e1..70e037bcb 100644 --- a/qcsrc/server/g_damage.qc +++ b/qcsrc/server/g_damage.qc @@ -227,7 +227,7 @@ void GiveFrags (entity attacker, entity targ, float f, float deathtype) UpdateFrags(attacker, f); } -string Obituary_ExtraFragInfo(entity player) // Extra fragmessage information +/*string Obituary_ExtraFragInfo(entity player) // Extra fragmessage information { string health_output = string_null; string ping_output = string_null; @@ -263,7 +263,7 @@ string Obituary_ExtraFragInfo(entity player) // Extra fragmessage information } return output; -} +}*/ string AppendItemcodes(string s, entity player) {