]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapobjects/trigger/impulse.qc
Tidy up classnames
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / trigger / impulse.qc
index c4e7ae287a8e9a6eda6d79532d0c06684cc38b6b..4306e2ff7b169db75f947e6e522ab534d00eba9f 100644 (file)
@@ -222,7 +222,6 @@ NET_HANDLE(ENT_CLIENT_TRIGGER_IMPULSE, bool isnew)
        trigger_common_read(this, true);
        return = true;
 
-       this.classname = "trigger_impulse";
        this.solid = SOLID_TRIGGER;
        this.entremove = trigger_remove_generic;
        this.move_time = time;