fix explosion resistance (#22224)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-12-07 18:51:45 +00:00
committed by GitHub
parent 2553bade1a
commit 50e8707477

View 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