]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable it in code too
authorMario <mario@smbclan.net>
Tue, 6 Mar 2018 06:32:34 +0000 (16:32 +1000)
committerMario <mario@smbclan.net>
Tue, 6 Mar 2018 06:32:42 +0000 (16:32 +1000)
qcsrc/common/mutators/mutator/buffs/sv_buffs.qh

index 4d9f107af794270f54a2beddddf23b26740a4d09..671a524f9eea2132f773c333c35b06ee3d02431d 100644 (file)
@@ -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;