diff --git a/src/AcDream.App/Rendering/GameWindow.cs b/src/AcDream.App/Rendering/GameWindow.cs index 308739d2..a52bd3f8 100644 --- a/src/AcDream.App/Rendering/GameWindow.cs +++ b/src/AcDream.App/Rendering/GameWindow.cs @@ -2238,7 +2238,9 @@ public sealed class GameWindow : IDisposable datFont: vitalsDatFont, contentsEmptySprite: contentsEmpty, sideBagEmptySprite: sideBagEmpty, - mainPackEmptySprite: mainPackEmpty); + mainPackEmptySprite: mainPackEmpty, + sendUse: g => _liveSession?.SendUse(g), + sendNoLongerViewing: g => _liveSession?.SendNoLongerViewingContents(g)); Console.WriteLine("[D.2b-B] retail inventory window from LayoutDesc importer (0x21000023)."); }