]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/w_arc.qc
yayyyy the client side tracing now works quite decently! :D
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / w_arc.qc
index 759eafa99328401d96248e74ec852dc457623dba..d6077050f88ee3a269947b623d308b6eddeac3ef 100644 (file)
@@ -158,6 +158,8 @@ void W_Arc_Beam_Think(void)
 
        W_SetupShot_Range(self.owner, TRUE, 0, "", 0, WEP_CVAR(arc, beam_damage) * dt, WEP_CVAR(arc, beam_range));
 
+       //printf("SERVER direction: %s\n", vtos(w_shotdir));
+
        // network information: shot origin and want/aim direction
        if(self.beam_start != w_shotorg)
        {