X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fvectormamamam.qc;h=951a740a2024675371cd2e35412f8887adfe188e;hp=18d58d649177124543cec55d6834644e99ec58f9;hb=ad968484aff56d9765a62a9428b99b6e0a508ac5;hpb=d492869ab1f18e05121529b7bcffcb637d13994c diff --git a/qcsrc/common/triggers/func/vectormamamam.qc b/qcsrc/common/triggers/func/vectormamamam.qc index 18d58d649..951a740a2 100644 --- a/qcsrc/common/triggers/func/vectormamamam.qc +++ b/qcsrc/common/triggers/func/vectormamamam.qc @@ -146,8 +146,8 @@ spawnfunc(func_vectormamamam) return; // wait for targets to spawn - this.SUB_NEXTTHINK = this.SUB_LTIME + 999999999; - SUB_THINK(this, SUB_NullThink); // for PushMove + this.nextthink = this.ltime + 999999999; + setthink(this, SUB_NullThink); // for PushMove // Savage: Reduce bandwith, critical on e.g. nexdm02 this.effects |= EF_LOWPRECISION;