Updated GetTrader to use mongoId for traderId + removed redundant 'ragfair' check + made sessionId optional + added comments

This commit is contained in:
Chomp
2025-09-26 13:05:20 +01:00
parent a33214dcbf
commit ec682ccc16
3 changed files with 38 additions and 26 deletions
@@ -1255,8 +1255,7 @@ public class HideoutController(
if (
paymentHelper.IsMoneyTpl(item.inventoryItem.Template)
&& item.inventoryItem.Upd is not null
&& item.inventoryItem.Upd.StackObjectsCount is not null
&& item.inventoryItem.Upd?.StackObjectsCount != null
&& item.inventoryItem.Upd.StackObjectsCount > item.requestedItem.Count
)
{