mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: OnLogin needs to be callable again
This commit is contained in:
parent
9ac1f5cdb4
commit
b43a6b6bce
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ using FFXIVClientStructs.FFXIV.Client.UI.Agent;
|
|||
|
||||
using Lumina.Excel.Sheets;
|
||||
|
||||
using TerraFX.Interop.Windows;
|
||||
|
||||
using Action = System.Action;
|
||||
|
||||
namespace Dalamud.Game.ClientState;
|
||||
|
|
@ -309,6 +311,7 @@ internal sealed class ClientState : IInternalDisposableService, IClientState
|
|||
}
|
||||
|
||||
gameGui?.ResetUiHideState();
|
||||
this.lastConditionNone = true; // unblock login flag
|
||||
|
||||
this.lifecycle.SetLogout();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue