Add lil logs

This commit is contained in:
2025-03-30 23:36:38 +02:00
parent fd2b18371f
commit 5bd8785ed4

View File

@@ -314,6 +314,7 @@ local function stackToCursor()
end
item = slot.slot.items[1]
MyModGlobal.debugPrint(string.format("Stacking all player items to %s", item.Prefab.Identifier.Value))
utils.enqueueAllPlayerItems({}, function(ititem)
if ititem.Prefab.Identifier.Value == item.Prefab.Identifier.Value then
if item == ititem then return false end
@@ -359,6 +360,7 @@ local function stackAllToCursor()
end
item = slot.slot.items[1]
MyModGlobal.debugPrint(string.format("Stacking all items to %s", item.Prefab.Identifier.Value))
utils.enqueueAllOwnedItems({}, function(ititem)
if ititem.Prefab.Identifier.Value == item.Prefab.Identifier.Value then
if item == ititem then return false end