diff --git a/Assets/Scripts/SS3D/Systems/Inventory/Containers/ContainerItemDisplay.cs b/Assets/Scripts/SS3D/Systems/Inventory/Containers/ContainerItemDisplay.cs index 9e09eba19..ca43c0e26 100644 --- a/Assets/Scripts/SS3D/Systems/Inventory/Containers/ContainerItemDisplay.cs +++ b/Assets/Scripts/SS3D/Systems/Inventory/Containers/ContainerItemDisplay.cs @@ -23,7 +23,7 @@ public class ContainerItemDisplay : MonoBehaviour /// private Item[] _displayedItems; - public void Start() + public void Awake() { Assert.IsNotNull(attachedContainer);