]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/blaster.qc
Merge branch 'Mario/intrusive' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / blaster.qc
index b40ffc921ec3a24db9cde3ab6beffafa73af32a2..0c3765a13955fc6b1ce56e03b89f9345fed32da3 100644 (file)
@@ -75,7 +75,7 @@ void W_Blaster_Touch(entity this, entity toucher)
                toucher
        );
 
                toucher
        );
 
-       remove(this);
+       delete(this);
 }
 
 void W_Blaster_Think(entity this)
 }
 
 void W_Blaster_Think(entity this)