From: terencehill Date: Mon, 29 Aug 2011 23:42:06 +0000 (+0200) Subject: Forgot a debug print :( X-Git-Tag: xonotic-v0.5.0~14^2~2^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=54db6e2ca49e7cb6b3a905299c6a17cb854e9521;p=xonotic%2Fxonotic-data.pk3dir.git Forgot a debug print :( --- diff --git a/qcsrc/server/t_items.qc b/qcsrc/server/t_items.qc index 6c460b727..12025a3ee 100644 --- a/qcsrc/server/t_items.qc +++ b/qcsrc/server/t_items.qc @@ -389,7 +389,6 @@ float Item_GiveTo(entity item, entity player) } } - print("^xf80 ------------------------\n"); if (item.flags & FL_WEAPON) if ((it = item.weapons - (item.weapons & player.weapons)) || (g_pickup_weapons_anyway && g_weapon_stay == 0)) {