From e4893b7a655fe481b56233adafbff02d9ac29306 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 22 Oct 2013 17:26:50 +0200 Subject: [PATCH] Ugly debug print ;) --- qcsrc/server/item_ammo.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/server/item_ammo.qc b/qcsrc/server/item_ammo.qc index ebae5e3fa..e663bb316 100644 --- a/qcsrc/server/item_ammo.qc +++ b/qcsrc/server/item_ammo.qc @@ -222,7 +222,6 @@ void item_ammo_pick() { // Randomly pick one of the remaining item spawn points, and a // corresponding item type. Honor priorities and weights. - print(sprintf("%d %d\n", n_a, n_mincount)); RandomSelection_Init(); for (a = ammolist; a; a = a.chain) if (a.item_ammo_chosen_type == -1) -- 2.39.2