]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/accuracy.qc
Entity debugger
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / accuracy.qc
index f8bc6a1a1bc57f2186ecc6b1eeaca38fc3ea25f2..019bcda4958ac006b1766f2fd9a0a1eab5dec7f3 100644 (file)
@@ -40,6 +40,7 @@ bool accuracy_send(entity this, entity to, int sf)
 void accuracy_init(entity e)
 {
        entity a = e.accuracy = new(accuracy);
+       make_pure(a);
        a.owner = e;
        a.drawonlytoclient = e;
        Net_LinkEntity(a, false, 0, accuracy_send);