projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
8874199
)
Merge remote branch 'origin/fruitiex/noaccuracyspam'
author
Rudolf Polzer <divVerent@xonotic.org>
Fri, 26 Nov 2010 08:44:26 +0000
(09:44 +0100)
committer
Rudolf Polzer <divVerent@xonotic.org>
Fri, 26 Nov 2010 08:44:26 +0000
(09:44 +0100)
qcsrc/server/accuracy.qc
patch
|
blob
|
history
diff --git
a/qcsrc/server/accuracy.qc
b/qcsrc/server/accuracy.qc
index
335683c
..
4d63fd8
100644
(file)
--- a/
qcsrc/server/accuracy.qc
+++ b/
qcsrc/server/accuracy.qc
@@
-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)