We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9e7b7 commit 41c2dddCopy full SHA for 41c2ddd
ssqc/client.qc
@@ -564,7 +564,7 @@ void () DecodeLevelParms = {
564
pipecooldown_time = CF_GetSetting("pcdt", "pipecooldown_time", "0.5");
565
566
// cooldown applies to all pipes [on]
567
- allpipes_cooldown = CF_GetSetting("apcd", "allpipes_cooldown", "on");
+ allpipes_cooldown = CF_GetSetting("apcd", "allpipes_cooldown", "off");
568
569
// allow medic aura [on]
570
medicaura = CF_GetSetting("ma", "medicaura", "on");
0 commit comments