From: Mario Date: Tue, 6 Mar 2018 06:32:34 +0000 (+1000) Subject: Disable it in code too X-Git-Tag: xonotic-v0.8.5~2250 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=058dcf0b39ecb315c74a031661fc4fb7e48c4540;p=xonotic%2Fxonotic-data.pk3dir.git Disable it in code too --- diff --git a/qcsrc/common/mutators/mutator/buffs/sv_buffs.qh b/qcsrc/common/mutators/mutator/buffs/sv_buffs.qh index 4d9f107af..671a524f9 100644 --- a/qcsrc/common/mutators/mutator/buffs/sv_buffs.qh +++ b/qcsrc/common/mutators/mutator/buffs/sv_buffs.qh @@ -14,7 +14,7 @@ bool autocvar_g_buffs_random_location; int autocvar_g_buffs_random_location_attempts; int autocvar_g_buffs_spawn_count; bool autocvar_g_buffs_replace_powerups; -bool autocvar_g_buffs_drop = true; +bool autocvar_g_buffs_drop = false; float autocvar_g_buffs_cooldown_activate; float autocvar_g_buffs_cooldown_respawn; float autocvar_g_buffs_resistance_blockpercent;