Fix AME parts being rotated

This commit is contained in:
Kara D
2021-11-18 16:53:45 -07:00
parent 6ac2446d26
commit a724292023

View File

@@ -55,7 +55,6 @@ namespace Content.Server.AME.Components
}
var ent = _serverEntityManager.SpawnEntity("AMEShielding", mapGrid.GridTileToLocal(snapPos));
ent.Transform.LocalRotation = Owner.Transform.LocalRotation;
SoundSystem.Play(Filter.Pvs(Owner), _unwrapSound.GetSound(), Owner);