Helper methods extensions (#431)
* Remove unused model * Start moving methods to extensions, cleanup code
This commit is contained in:
@@ -1145,7 +1145,7 @@ public class RagfairController
|
||||
};
|
||||
}
|
||||
|
||||
_itemHelper.FixItemStackCount(rootItem);
|
||||
rootItem.FixItemStackCount();
|
||||
|
||||
itemsToReturn.Add(
|
||||
_itemHelper.FindAndReturnChildrenAsItems(pmcData.Inventory.Items, itemId)
|
||||
|
||||
Reference in New Issue
Block a user