]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
New medals
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index fdd3a34eb028b5e873d1ee698b3c2af0a290e530..dd01090f334d31367c122290311b7b052b5ec720 100644 (file)
@@ -622,7 +622,7 @@ NET_HANDLE(ENT_CLIENT_ACCURACY, bool isnew)
                                playerslots[entnum-1].accuracy_cnt_hit[w] = ReadShort();
                                playerslots[entnum-1].accuracy_cnt_fired[w] = ReadShort();
                                
-                               LOG_INFOF("Duel stats ?/%d", playerslots[entnum-1].accuracy_cnt_fired[w]);
+                               //LOG_INFOF("Duel stats ?/%d", playerslots[entnum-1].accuracy_cnt_fired[w]);
                        } else {
                                int b = ReadByte();
                                if (b == 0)