From 475cb5b0cb066384df21ab7073aeeb1dd1f48271 Mon Sep 17 00:00:00 2001 From: Kara Date: Wed, 12 Oct 2022 19:26:26 -0700 Subject: [PATCH] Fix activate in world not being passed to inventory slots correctly (#11879) --- .../Systems/Inventory/InventoryUIController.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs b/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs index 53c540f1ff..85698354d2 100644 --- a/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs +++ b/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs @@ -199,12 +199,6 @@ public sealed class InventoryUIController : UIController, IOnStateEntered