diff --git a/Content.Shared/SubFloor/SubFloorHideSystem.cs b/Content.Shared/SubFloor/SubFloorHideSystem.cs index aab45490dc..f386ad4a5b 100644 --- a/Content.Shared/SubFloor/SubFloorHideSystem.cs +++ b/Content.Shared/SubFloor/SubFloorHideSystem.cs @@ -83,8 +83,6 @@ namespace Content.Shared.SubFloor private void HandleAnchorChanged(EntityUid uid, SubFloorHideComponent component, ref AnchorStateChangedEvent args) { - var transform = ComponentManager.GetComponent(uid); - // We do this directly instead of calling UpdateEntity. UpdateEntity(uid); }