]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/physical_items/physical_items.qc
Remove remove()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / physical_items / physical_items.qc
index 8e9d4699e895c8ac33257ce54026472d8ac9e714..56705cbd290c5a80b4cdba7a0f48dff31cbfe65e 100644 (file)
@@ -65,7 +65,7 @@ void physical_item_think(entity this)
        }
 
        if(!this.owner.modelindex)
-               remove(this); // the real item is gone, remove this
+               delete(this); // the real item is gone, remove this
 }
 
 void physical_item_touch(entity this, entity toucher)