mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 20:24:17 +01:00
Change aesthetician identification.
This commit is contained in:
parent
9af7e9d948
commit
84b0fc3f69
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 || Dalamud.GameGui.GetAddonByName( "_CharaMakeTitle", 1 ) != IntPtr.Zero )
|
if( !Dalamud.ClientState.IsLoggedIn || Dalamud.GameGui.GetAddonByName( "ScreenLog", 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