From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 13 May 2024 01:07:52 +0000 (-0400) Subject: fix weird behavior with storage HUD buttons (#27961) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=03af7fcdc1bc28b6eef46877b5eae1cde2c2cf2f;p=space-station-14.git fix weird behavior with storage HUD buttons (#27961) --- diff --git a/Content.Shared/Inventory/InventorySystem.Slots.cs b/Content.Shared/Inventory/InventorySystem.Slots.cs index e0f2a69557..19831278b0 100644 --- a/Content.Shared/Inventory/InventorySystem.Slots.cs +++ b/Content.Shared/Inventory/InventorySystem.Slots.cs @@ -15,7 +15,7 @@ public partial class InventorySystem : EntitySystem private void InitializeSlots() { SubscribeLocalEvent(OnInit); - SubscribeNetworkEvent(OnOpenSlotStorage); + SubscribeAllEvent(OnOpenSlotStorage); _vvm.GetTypeHandler() .AddHandler(HandleViewVariablesSlots, ListViewVariablesSlots);