Inline Description

This commit is contained in:
Vera Aguilera Puerto
2021-12-03 11:15:12 +01:00
parent 70bbd8c502
commit f06bfc22ce
9 changed files with 16 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ namespace Content.Server.BarSign.Systems
component.Owner.Name = Loc.GetString("barsign-component-name");
}
component.Owner.Description = prototype.Description;
IoCManager.Resolve<IEntityManager>().GetComponent<MetaDataComponent>(component.Owner.Uid).EntityDescription = prototype.Description;
}
}
}