X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Fblaster.qc;h=0c3765a13955fc6b1ce56e03b89f9345fed32da3;hp=b40ffc921ec3a24db9cde3ab6beffafa73af32a2;hb=5c9dd3786d57cbbbca67043ba8076548c1d486ef;hpb=36a3cd7d36531bca786228cf9c23368f7d7cb1c5 diff --git a/qcsrc/common/weapons/weapon/blaster.qc b/qcsrc/common/weapons/weapon/blaster.qc index b40ffc921e..0c3765a139 100644 --- a/qcsrc/common/weapons/weapon/blaster.qc +++ b/qcsrc/common/weapons/weapon/blaster.qc @@ -75,7 +75,7 @@ void W_Blaster_Touch(entity this, entity toucher) toucher ); - remove(this); + delete(this); } void W_Blaster_Think(entity this)