mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Docstring fix
This commit is contained in:
parent
eca4ce05fd
commit
003646e48d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace Dalamud.Configuration.Internal
|
|||
public static bool DalamudForceReloaded { get; } = GetEnvironmentVariable("DALAMUD_FORCE_RELOADED");
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the DalamudForceCoreHook setting has been enabled.
|
||||
/// Gets a value indicating whether the DalamudForceMinHook setting has been enabled.
|
||||
/// </summary>
|
||||
public static bool DalamudForceMinHook { get; } = GetEnvironmentVariable("DALAMUD_FORCE_MINHOOK");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue