mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 23:37:47 +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
|
|
@ -297,7 +297,7 @@ public class CommandHandler : IDisposable
|
|||
{
|
||||
if( ObjectReloader.GetName( split[ 2 ].ToLowerInvariant(), out var obj ) )
|
||||
{
|
||||
identifier = _actors.FromObject( obj, false, true );
|
||||
identifier = _actors.FromObject( obj, false, true, true );
|
||||
if( !identifier.IsValid )
|
||||
{
|
||||
Dalamud.Chat.Print( new SeStringBuilder().AddText( "The placeholder " ).AddGreen( split[ 2 ] )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue