Мои тщетные попытки починить динамик (#943)

Выстрел в небо
This commit is contained in:
Kai5
2025-12-27 06:06:10 +03:00
committed by GitHub
parent 85beee2758
commit b76f20a88d
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ public sealed partial class RoundDurationCondition : EntityTableCondition
/// Minimum time the round must have gone on for this condition to pass.
/// </summary>
[DataField]
public TimeSpan Min = TimeSpan.Zero;
public TimeSpan Min = TimeSpan.MinValue; // WD edit
/// <summary>
/// Maximum amount of time the round could go on for this condition to pass.

View File

@@ -16,7 +16,7 @@
- !type:GroupSelector
conditions:
- !type:RoundDurationCondition
max: 120 # WD edit 1 -> 120, because of lags rounds don't start immediately.
max: 180 # WD edit 1 -> 180, because of lags rounds don't start immediately.
children:
- id: Traitor
weight: 34
@@ -83,7 +83,7 @@
- !type:GroupSelector
conditions:
- !type:RoundDurationCondition
max: 120 # WD edit 1 -> 120, because of lags rounds don't start immediately.
max: 180 # WD edit 1 -> 180, because of lags rounds don't start immediately.
children:
# - id: Thief
# prob: 0.5