]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fail
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 4 Apr 2012 14:09:53 +0000 (17:09 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 4 Apr 2012 14:09:53 +0000 (17:09 +0300)
qcsrc/server/mutators/mutator_physical_weapons.qc

index 3fb5743dbe396295395a2b8bbf504f413cb9916d..88cf9c5d3b2a33eb89225498a1c31dcb2912f101 100644 (file)
@@ -17,7 +17,7 @@ void thrown_wep_ode_think()
                if(self.owner.nextthink > time) // awaiting respawn
                {
                        setorigin(self, self.spawn_origin);
-                       self.angles = self.owner.angles;
+                       self.angles = self.spawn_angles;
                        self.solid = SOLID_NOT;
                        self.movetype = MOVETYPE_NONE;
                }