mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
Fix issue with assigning indexed npcs.
This commit is contained in:
parent
009499cdf6
commit
64c8f29c47
9 changed files with 31 additions and 29 deletions
|
|
@ -47,7 +47,7 @@ public readonly struct ResolveData
|
|||
|
||||
try
|
||||
{
|
||||
var id = Penumbra.Actors.FromObject( ( GameObject* )AssociatedGameObject, out _, false, true );
|
||||
var id = Penumbra.Actors.FromObject( ( GameObject* )AssociatedGameObject, out _, false, true, true );
|
||||
if( id.IsValid )
|
||||
{
|
||||
var name = id.ToString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue