Revert BasicEventScheduler timer change
This commit is contained in:
parent
ca9465cb8c
commit
2da98edb69
|
|
@ -57,7 +57,7 @@ namespace Content.Server.StationEvents
|
|||
/// </summary>
|
||||
private void ResetTimer(BasicStationEventSchedulerComponent component)
|
||||
{
|
||||
component.TimeUntilNextEvent = _random.Next(3 * 60, 10 * 60);
|
||||
component.TimeUntilNextEvent = _random.Next(5 * 60, 25 * 60); // DeltaV - Was between 3 and 10 minutes
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue