mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix Actor 201, maybe.
This commit is contained in:
parent
2404002041
commit
fabbeeae13
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ public unsafe partial class PathResolver
|
|||
collection = null;
|
||||
// Check for the Yourself collection.
|
||||
if( actor->ObjectIndex == 0
|
||||
|| actor->ObjectIndex == ObjectReloader.GPosePlayerIdx && name.Length > 0
|
||||
|| Cutscenes.GetParentIndex(actor->ObjectIndex) == 0
|
||||
|| name == Dalamud.ClientState.LocalPlayer?.Name.ToString() )
|
||||
{
|
||||
collection = Penumbra.CollectionManager.ByType( CollectionType.Yourself );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue