fix: OnLogin needs to be callable again

This commit is contained in:
Kaz Wolfe 2024-11-15 08:24:04 -08:00
parent 9ac1f5cdb4
commit b43a6b6bce
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4

View file

@ -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();
}