Content update for NetEntities (#18935)
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Content.Client.Verbs.UI
|
||||
OverrideDirection = Direction.South,
|
||||
SetSize = new Vector2(ElementHeight, ElementHeight),
|
||||
};
|
||||
spriteView.SetEntity(verb.IconEntity.Value);
|
||||
spriteView.SetEntity(entManager.GetEntity(verb.IconEntity.Value));
|
||||
|
||||
Icon.AddChild(spriteView);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user