Adds posters (for mapping) (#5812)

This commit is contained in:
AJCM-git
2021-12-29 05:24:51 -04:00
committed by GitHub
parent ca8d673fad
commit 45bfc0b96b
104 changed files with 1281 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ namespace Content.Server.Spawners.Components
public override void MapInit()
{
Spawn();
_entMan.DeleteEntity(Owner);
_entMan.QueueDeleteEntity(Owner);
}
}
}