]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/accuracy.qc
comment out a debug print
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / accuracy.qc
index 335683c73a42be3fc4bd8b210b415da910548e53..4d63fd82002dcb9ea176cfabdedd43f3d4bd5db1 100644 (file)
@@ -6,7 +6,7 @@ FTEQCC_YOU_SUCK_THIS_IS_NOT_UNREFERENCED(accuracy_fired);
 
 float accuracy_byte(float n, float d)
 {
-       print(sprintf("accuracy: %d / %d\n", n, d));
+       //print(sprintf("accuracy: %d / %d\n", n, d));
        if(n <= 0)
                return 0;
        if(n > d)