Give names to solution & identity entities (#26993)

This commit is contained in:
Leon Friedrich
2024-04-16 16:26:47 +12:00
committed by GitHub
parent 229caa10bf
commit faec39ced4
3 changed files with 3 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ public class IdentitySystem : SharedIdentitySystem
{
var ident = Spawn(null, Transform(uid).Coordinates);
_metaData.SetEntityName(ident, "identity");
QueueIdentityUpdate(uid);
_container.Insert(ident, component.IdentityEntitySlot);
}