]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/weapons/projectile.qc
Tidy up classnames
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / weapons / projectile.qc
index cd582a092f9cbc4fe9fd9a08a51304ae4d104d88..6e4903f4d9648598df27fea9104ef81e3a7d5754 100644 (file)
@@ -491,7 +491,6 @@ NET_HANDLE(ENT_CLIENT_PROJECTILE, bool isnew)
        if (!(this.count & 0x80))
                InterpolateOrigin_Note(this);
 
-       this.classname = "csqcprojectile";
        this.draw = Projectile_Draw;
        if (isnew) IL_PUSH(g_drawables, this);
        this.entremove = Ent_RemoveProjectile;