Correct large bag size

This commit is contained in:
Jean-Patrick Guerrero 2021-01-24 00:35:53 +01:00
parent 7030441d5d
commit 7402e47e77
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {