]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/effects/all.qc
s/world/NULL/
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / effects / all.qc
index 73f1fe65fb4f150da0a5d4108e101535339e9a4c..e69a03f729cf534468c8559314a0ba1e714b3e7b 100644 (file)
@@ -28,7 +28,7 @@ NET_HANDLE(net_effect, bool isNew)
                eff_cnt = ReadByte();
 
        if(eff_trail)
                eff_cnt = ReadByte();
 
        if(eff_trail)
-               WarpZone_TrailParticles(world, particleeffectnum(eff), v, vel);
+               WarpZone_TrailParticles(NULL, particleeffectnum(eff), v, vel);
        else
                pointparticles(eff, v, vel, eff_cnt);
        return true;
        else
                pointparticles(eff, v, vel, eff_cnt);
        return true;