diff --git a/Libraries/Core/Helpers/InventoryHelper.cs b/Libraries/Core/Helpers/InventoryHelper.cs
index 77dab72e..a780b2ec 100644
--- a/Libraries/Core/Helpers/InventoryHelper.cs
+++ b/Libraries/Core/Helpers/InventoryHelper.cs
@@ -429,7 +429,7 @@ public class InventoryHelper(
/// Items id to remove
/// Session id
/// OPTIONAL - ItemEventRouterResponse
- public void RemoveItem(PmcData profile, string? itemId, string sessionId, ItemEventRouterResponse? output)
+ public void RemoveItem(PmcData profile, string? itemId, string sessionId, ItemEventRouterResponse? output = null)
{
if (itemId is null)
{