Skip to content

Commit 41c2ddd

Browse files
committed
Detpipe cooldown only applies to last fired pipe
1 parent 4d9e7b7 commit 41c2ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssqc/client.qc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ void () DecodeLevelParms = {
564564
pipecooldown_time = CF_GetSetting("pcdt", "pipecooldown_time", "0.5");
565565

566566
// cooldown applies to all pipes [on]
567-
allpipes_cooldown = CF_GetSetting("apcd", "allpipes_cooldown", "on");
567+
allpipes_cooldown = CF_GetSetting("apcd", "allpipes_cooldown", "off");
568568

569569
// allow medic aura [on]
570570
medicaura = CF_GetSetting("ma", "medicaura", "on");

0 commit comments

Comments
 (0)