From: bones_was_here Date: Tue, 28 Jan 2025 10:06:09 +0000 (+1000) Subject: Un-whitelist sv_cullentities_* X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fcef07adf434624ad1fa82b136961a339b28fd44;p=xonotic%2Fxonotic-data.pk3dir.git Un-whitelist sv_cullentities_* IMO this is akin to whitelisting sv_cheats. Signed-off-by: bones_was_here --- diff --git a/qcsrc/server/world.qc b/qcsrc/server/world.qc index f77029d9e..5e3f4e610 100644 --- a/qcsrc/server/world.qc +++ b/qcsrc/server/world.qc @@ -427,7 +427,6 @@ void cvar_changes_init() BADPREFIX("net_"); BADPREFIX("skill_"); BADPREFIX("sv_allow_"); - BADPREFIX("sv_cullentities_"); BADPREFIX("sv_maxidle"); BADPREFIX("sv_minigames_"); BADPREFIX("sv_radio_");