]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/ipban.qc
Remove remove()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / ipban.qc
index 8cc37597938b17bbba95d75f972935366c2ed9d0..78f7497acc6ede1ed3e2006d820996d2b1ad7101 100644 (file)
@@ -243,7 +243,7 @@ void OnlineBanList_Think(entity this)
        return;
 
 LABEL(killme)
-       remove(this);
+       delete(this);
 }
 
 const float BAN_MAX = 256;