From 237c805e8c20023df4ea321d2b6bedb6998935b5 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 25 Mar 2016 17:20:56 +1000 Subject: [PATCH] Set vehic velocity, not self.vehicle --- qcsrc/common/vehicles/vehicle/spiderbot.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/vehicles/vehicle/spiderbot.qc b/qcsrc/common/vehicles/vehicle/spiderbot.qc index a74c32513..1fff96fb2 100644 --- a/qcsrc/common/vehicles/vehicle/spiderbot.qc +++ b/qcsrc/common/vehicles/vehicle/spiderbot.qc @@ -75,8 +75,8 @@ bool spiderbot_frame(entity this) if(intermission_running) { - self.vehicle.velocity = '0 0 0'; - self.vehicle.avelocity = '0 0 0'; + vehic.velocity = '0 0 0'; + vehic.avelocity = '0 0 0'; return; } -- 2.39.2