]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/throwing.qc
Merge branch 'master' into Mirio/balance
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / throwing.qc
index fe59b5bfbbc3a5f45a494021ad41960df96ac41f..c69b8e9a9ce1c2ebb70e2c8799f84535a3a2b606 100644 (file)
@@ -20,7 +20,7 @@ void thrown_wep_think(entity this)
                this.SendFlags |= ISF_LOCATION;
                this.oldorigin = this.origin;
        }
-       this.owner = world;
+       this.owner = NULL;
        float timeleft = this.savenextthink - time;
        if(timeleft > 1)
                SUB_SetFade(this, this.savenextthink - 1, 1);