]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/train.qc
Kill off some now useless WITHSELF cases
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / train.qc
index 425a6fe8a23302176a621d62755236a60e08990c..1ec63780f12dfde25ffed5ba88c068d534dcc19f 100644 (file)
@@ -324,7 +324,7 @@ NET_HANDLE(ENT_CLIENT_TRAIN, bool isnew)
                // but we will need these
                //this.move_nextthink = this.move_ltime + 0.1;
                //this.move_think = train_next;
-               WITHSELF(this, train_next(this));
+               train_next(this);
 
                this.move_movetype = MOVETYPE_PUSH;
                this.move_origin = this.origin;