X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fvectormamamam.qc;h=521ac8780e73300df8099ee7208b8e8035296690;hb=6be3fc1c5d51414554bb8f8f05dee5a0d12f7688;hp=7d0d20fe2819a869112198245f1bfc78420571c9;hpb=e053dbda6abe97a2ca90c23de16dde99d253dcc8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/vectormamamam.qc b/qcsrc/common/triggers/func/vectormamamam.qc index 7d0d20fe2..521ac8780 100644 --- a/qcsrc/common/triggers/func/vectormamamam.qc +++ b/qcsrc/common/triggers/func/vectormamamam.qc @@ -146,8 +146,8 @@ void spawnfunc_func_vectormamamam() return; // wait for targets to spawn - self.nextthink = self.ltime + 999999999; - self.think = SUB_NullThink; // for PushMove + self.SUB_NEXTTHINK = self.SUB_LTIME + 999999999; + self.SUB_THINK = SUB_NullThink; // for PushMove // Savage: Reduce bandwith, critical on e.g. nexdm02 self.effects |= EF_LOWPRECISION;