]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Forgot a debug print :(
authorterencehill <piuntn@gmail.com>
Mon, 29 Aug 2011 23:42:06 +0000 (01:42 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 29 Aug 2011 23:42:06 +0000 (01:42 +0200)
qcsrc/server/t_items.qc

index 6c460b7270dcce88b48d9905d120571b31336703..12025a3eeda207699d55edafc7f3b9ac726881a7 100644 (file)
@@ -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))
                {