diff --git a/Content.Shared/PDA/SharedPDASystem.cs b/Content.Shared/PDA/SharedPDASystem.cs index eae10b1926..12ed8e6e45 100644 --- a/Content.Shared/PDA/SharedPDASystem.cs +++ b/Content.Shared/PDA/SharedPDASystem.cs @@ -38,9 +38,7 @@ namespace Content.Shared.PDA protected virtual void OnItemInserted(EntityUid uid, PDAComponent pda, EntInsertedIntoContainerMessage args) { - if (!pda.Initialized) return; - - if (args.Container.ID == pda.IdSlot.ID) + if (args.Container.ID == PDAComponent.PDAIdSlotId) pda.ContainedID = CompOrNull(args.Entity); UpdatePDAAppearance(pda);