Bandaid solution name setter events (#41400)
Ideally PDAs + IDs wouldn't be doing this but this is slamming it out.
This commit is contained in:
parent
70e9523b6e
commit
c079fdfbba
1 changed files with 1 additions and 1 deletions
|
|
@ -1217,7 +1217,7 @@ public abstract partial class SharedSolutionContainerSystem : EntitySystem
|
|||
var relation = new ContainedSolutionComponent() { Container = container.Owner, ContainerName = name };
|
||||
AddComp(uid, relation);
|
||||
|
||||
MetaDataSys.SetEntityName(uid, $"solution - {name}");
|
||||
MetaDataSys.SetEntityName(uid, $"solution - {name}", raiseEvents: false);
|
||||
ContainerSystem.Insert(uid, container, force: true);
|
||||
|
||||
return (uid, solution, relation);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue