]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_world.qc
Remove remove()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_world.qc
index 7d477ac577daf27f5074f1b4194766172b6512b3..e34e6855a6c0788f46b2e035901e5b24016f9cef 100644 (file)
@@ -923,7 +923,7 @@ spawnfunc(worldspawn)
 spawnfunc(light)
 {
        //makestatic (this); // Who the f___ did that?
-       remove(this);
+       delete(this);
 }
 
 string GetGametype()