From 7402e47e77bec6a840109fae4f537eb4518d3fcd Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Sun, 24 Jan 2021 00:35:53 +0100 Subject: [PATCH] Correct large bag size --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 76b407c..cd63e17 100644 --- a/init.lua +++ b/init.lua @@ -89,7 +89,7 @@ local META_SAVES = {"bag_size", "skin_id"} local BAG_SIZES = { small = INV_SIZE + 6, medium = INV_SIZE + 12, - large = INV_SIZE + 26, + large = INV_SIZE + 24, } local PNG = {