From ab1886f3abd97314e17808a61854d4f3b1f30a8f Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Thu, 29 May 2025 13:31:57 -0400 Subject: [PATCH] Fix comment formatting --- .../Helpers/QuestHelper.cs | 61 +++---------------- 1 file changed, 9 insertions(+), 52 deletions(-) diff --git a/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs index 3ead1cc2..4d81b09f 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs @@ -546,58 +546,15 @@ public class QuestHelper( return GetQuestsWithOnlyLevelRequirementStartCondition(quests); } - /** - * Sets the item stack to new value, or delete the item if value - * < - * = - * 0 - * / - * / - * TODO - * maybe - * merge - * this - * function - * and - * the - * one - * from - * customization - * @ - * param - * pmcData - * Profile - * @ - * param - * itemId - * id - * of - * item - * to - * adjust - * stack - * size - * of - * @ - * param - * newStackSize - * Stack - * size - * to - * adjust - * to - * @ - * param - * sessionID - * Session - * id - * @ - * param - * output - * ItemEvent - * router - * response - */ + /// + /// Sets the item stack to new value, or delete the item if value <= 0 + /// TODO: maybe merge this function and the one from customization + /// + /// Profile + /// Id of item to adjust stack size of + /// Stack size to adjust to + /// Session id + /// ItemEvent router response public void ChangeItemStack( PmcData pmcData, string itemId,