From 220db8a8673390aecb885a9a8dd1ef715b457913 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 10:12:11 +0200 Subject: [PATCH] Remove faulty _addStack call --- storage/itemgroup.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/itemgroup.lua b/storage/itemgroup.lua index 448c4bd..05a4fa7 100644 --- a/storage/itemgroup.lua +++ b/storage/itemgroup.lua @@ -95,7 +95,6 @@ function ItemGroup:canAddStack(stack) return true end end - self:_addStack(stack) return true end return false