]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/platforms.qc
Remove remove()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / platforms.qc
index 391172fe0f157fc17a3585abd98dfc007df81737..7b9ffd9c5007d573e724e8c0462c83698bbc2ccd 100644 (file)
@@ -53,7 +53,7 @@ void plat_spawn_inside_trigger(entity this)
                        }
 
        // otherwise, something is fishy...
-       remove(trigger);
+       delete(trigger);
        objerror(this, "plat_spawn_inside_trigger: platform has odd size or lip, can't spawn");
 }