mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Check aesthetician for Yourself collection.
This commit is contained in:
parent
2606632533
commit
114ed5954e
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public unsafe partial class PathResolver
|
||||||
// Login screen. Names are populated after actors are drawn,
|
// Login screen. Names are populated after actors are drawn,
|
||||||
// so it is not possible to fetch names from the ui list.
|
// so it is not possible to fetch names from the ui list.
|
||||||
// Actors are also not named. So use Yourself > Players > Racial > Default.
|
// Actors are also not named. So use Yourself > Players > Racial > Default.
|
||||||
if( !Dalamud.ClientState.IsLoggedIn )
|
if( !Dalamud.ClientState.IsLoggedIn || Dalamud.GameGui.GetAddonByName( "_CharaMakeTitle", 1 ) != IntPtr.Zero )
|
||||||
{
|
{
|
||||||
var collection = Penumbra.CollectionManager.ByType( CollectionType.Yourself )
|
var collection = Penumbra.CollectionManager.ByType( CollectionType.Yourself )
|
||||||
?? CollectionByAttributes( gameObject )
|
?? CollectionByAttributes( gameObject )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue