]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix explosion resistance (#22224)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Thu, 7 Dec 2023 18:51:45 +0000 (18:51 +0000)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 18:51:45 +0000 (10:51 -0800)
Co-authored-by: deltanedas <@deltanedas:kde.org>
Content.Shared/Inventory/InventorySystem.Relay.cs

index f6863c74e0f2154748067150a495a2217e3504af..773128a12b83c28a37d5b7bd7571533c669bc8f8 100644 (file)
@@ -49,7 +49,7 @@ public partial class InventorySystem
 
     protected void RefRelayInventoryEvent<T>(EntityUid uid, InventoryComponent component, ref T args) where T : IInventoryRelayEvent
     {
-        RelayEvent((uid, component), args);
+        RelayEvent((uid, component), ref args);
     }
 
     protected void RelayInventoryEvent<T>(EntityUid uid, InventoryComponent component, T args) where T : IInventoryRelayEvent