]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't perform a trace log on every item picked up
authorMario <mario.mario@y7mail.com>
Tue, 24 Dec 2019 15:28:46 +0000 (01:28 +1000)
committerMario <mario.mario@y7mail.com>
Tue, 24 Dec 2019 15:28:46 +0000 (01:28 +1000)
qcsrc/common/items/inventory.qh

index 017ada75c0288df84ce093b80dffefa8316a810c..536d94a2d5e509c82f7911268b1a647038bf211e 100644 (file)
@@ -42,7 +42,7 @@ NET_HANDLE(ENT_CLIENT_INVENTORY, bool isnew)
             .int fld = inv_items[it.m_id];
             int prev = this.(fld);
             int next = this.(fld) = ReadByte();
-            LOG_TRACEF("%s: %.0f -> %.0f", it.m_name, prev, next);
+            //LOG_TRACEF("%s: %.0f -> %.0f", it.m_name, prev, next);
         }
     }
     return true;