X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fvehicle%2Fraptor.qc;h=b05dd9812e4443e6332e5d81d9364b9f3b6246f9;hb=b834eab77489d98d5d722d67c8a96cf6c3549436;hp=7bbc39e89740146fd953dd40b38a976ad351142a;hpb=a691e2eb06929b85250f8ae4d0d4700cd848b0b6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/vehicles/vehicle/raptor.qc b/qcsrc/common/vehicles/vehicle/raptor.qc index 7bbc39e89..b05dd9812 100644 --- a/qcsrc/common/vehicles/vehicle/raptor.qc +++ b/qcsrc/common/vehicles/vehicle/raptor.qc @@ -84,7 +84,6 @@ void raptor_land(entity this) void raptor_exit(entity this, int eject) { entity player = this.owner; - this.owner = NULL; this.tur_head.exteriormodeltoclient = NULL; @@ -127,6 +126,7 @@ void raptor_exit(entity this, int eject) setorigin(player, spot); } + this.owner = NULL; antilag_clear(player, CS(player)); }