You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ConfigConvars.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ public partial class MatchZy
13
13
14
14
publicFakeConVar<bool>smokeColorEnabled=new("matchzy_smoke_color_enabled","Whether player-specific smoke color is enabled or not. Default: false",false);
15
15
publicFakeConVar<bool>techPauseEnabled=new("matchzy_enable_tech_pause","Whether .tech command is enabled or not. Default: true",true);
16
+
publicFakeConVar<string>techPausePermission=new("matchzy_tech_pause_flag","Flag required to use tech pause","");
16
17
publicFakeConVar<int>techPauseDuration=new("matchzy_tech_pause_duration","Tech pause duration in seconds. Default value: 300",300);
17
18
18
19
publicFakeConVar<int>maxTechPausesAllowed=new("matchzy_max_tech_pauses_allowed"," Max tech pauses allowed. Default value: 2",2);
0 commit comments