Replace usages of customTypeSerializer PrototypeIdListSerializer with something that doesn't take 20 separate words to type out (#37959)
* Replace usages of customTypeSerializer PrototypeIdListSerializer with something that doesn't take 20 separate words to type out * Missed one * Missed another * Fix data field ids
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Content.Server.EntityList
|
||||
|
||||
var i = 0;
|
||||
|
||||
foreach (var entity in prototype.Entities(_prototypeManager))
|
||||
foreach (var entity in prototype.GetEntities(_prototypeManager))
|
||||
{
|
||||
EntityManager.SpawnEntity(entity.ID, EntityManager.GetComponent<TransformComponent>(attached).Coordinates);
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user