Give names to solution & identity entities (#26993)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user