]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/csqcprojectile.qc
fix some more weird stuff
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / csqcprojectile.qc
index fea89005aa980cf3ba4cf3316c453c18f83cc446..3554f1ff67235142f837507183b772c41c841c09 100644 (file)
@@ -80,9 +80,9 @@ void CSQCProjectile(entity e, float clientanimate, float type, float docull)
        else
                e.gravity = 0;
 
-       e.csqcprojectile_type = type;
        if(!sound_allowed(MSG_BROADCAST, e))
                type |= 0x80;
+       e.csqcprojectile_type = type;
 }
 
 void UpdateCSQCProjectile(entity e)