forked from liza/Questionable
sync with upstreaom #2
@ -201,7 +201,7 @@ internal sealed class CreationUtilsComponent
|
|||||||
private unsafe void DrawTargetDetails(IGameObject target)
|
private unsafe void DrawTargetDetails(IGameObject target)
|
||||||
{
|
{
|
||||||
string nameId = string.Empty;
|
string nameId = string.Empty;
|
||||||
if (target is ICharacter character)
|
if (target is ICharacter { NameId: > 0 } character)
|
||||||
nameId = $"; n={character.NameId}";
|
nameId = $"; n={character.NameId}";
|
||||||
|
|
||||||
ImGui.Separator();
|
ImGui.Separator();
|
||||||
|
Loading…
Reference in New Issue
Block a user