]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Un-whitelist sv_cullentities_* 1448/head
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 28 Jan 2025 10:06:09 +0000 (20:06 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Tue, 28 Jan 2025 10:06:09 +0000 (20:06 +1000)
IMO this is akin to whitelisting sv_cheats.

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
qcsrc/server/world.qc

index f77029d9e2cfee4f584659b4976aa33220679cde..5e3f4e610fe5510d509235f1c4ed7e4e9a850086 100644 (file)
@@ -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_");