]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qc
Forgot a debug print :(
[xonotic/xonotic-data.pk3dir.git] / 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))
                {