mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Allow auto updates when on Free Trial
This commit is contained in:
parent
22f21614ae
commit
76dab05cbd
1 changed files with 2 additions and 1 deletions
|
|
@ -497,7 +497,8 @@ internal class AutoUpdateManager : IServiceType
|
|||
condition.OnlyAny(ConditionFlag.NormalConditions,
|
||||
ConditionFlag.Jumping,
|
||||
ConditionFlag.Mounted,
|
||||
ConditionFlag.UsingFashionAccessory);
|
||||
ConditionFlag.UsingFashionAccessory,
|
||||
ConditionFlag.OnFreeTrial);
|
||||
}
|
||||
|
||||
private bool IsPluginManagerReady()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue