mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Set default value for DelayInitializeMs
This commit is contained in:
parent
6553507146
commit
fee9d27435
1 changed files with 1 additions and 1 deletions
|
|
@ -55,6 +55,6 @@ namespace Dalamud
|
|||
/// <summary>
|
||||
/// Gets a value that specifies how much to wait before a new Dalamud session.
|
||||
/// </summary>
|
||||
public int DelayInitializeMs { get; init; }
|
||||
public int DelayInitializeMs { get; init; } = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue