X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Finventory.qh;h=0cd365ff02b2ee7fb3d62470ae6ee818740924aa;hp=4ca11c268664f1b33a69b5809cda3dafdd60cb29;hb=a73f79e356dd25b6ea678379e7884ee45cc1977b;hpb=7adfa50770480660adc22c71077b525f952ecc6a diff --git a/qcsrc/common/items/inventory.qh b/qcsrc/common/items/inventory.qh index 4ca11c2686..0cd365ff02 100644 --- a/qcsrc/common/items/inventory.qh +++ b/qcsrc/common/items/inventory.qh @@ -24,7 +24,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\n", it.m_name, prev, next); + LOG_TRACEF("%s: %.0f -> %.0f", it.m_name, prev, next); }); return true; }