]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/particles.qc
Net: register all types
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / particles.qc
index 9fcc4bd53b77c82af422bc84654b88499d9bdc71..4c9ff2011ffb91e4d1c52821c610c0caf951093e 100644 (file)
@@ -23,3 +23,8 @@ void Net_ReadVortexBeamParticle()
        else
                WarpZone_TrailParticles_WithMultiplier(world, particleeffectnum(EFFECT_VORTEX_BEAM), shotorg, endpos, 1, PARTICLES_USEALPHA | PARTICLES_USEFADE);
 }
+NET_HANDLE(TE_CSQC_VORTEXBEAMPARTICLE, bool isNew)
+{
+       Net_ReadVortexBeamParticle();
+       return true;
+}