diff --git a/Content.Server/GameObjects/Components/GUI/InventoryComponent.cs b/Content.Server/GameObjects/Components/GUI/InventoryComponent.cs index 0c698f434d..40db217526 100644 --- a/Content.Server/GameObjects/Components/GUI/InventoryComponent.cs +++ b/Content.Server/GameObjects/Components/GUI/InventoryComponent.cs @@ -408,7 +408,7 @@ namespace Content.Server.GameObjects { foreach (var entity in slot.ContainedEntities) { - var exActs = entity.GetAllComponents(); + var exActs = entity.GetAllComponents().ToList(); foreach (var exAct in exActs) { exAct.OnExplosion(eventArgs);