From fd25c3ee19f86822e020292f5d672c45692f5642 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 07:37:44 +0200 Subject: [PATCH] Fix Sentinel tagging --- storage/itemgroup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/itemgroup.lua b/storage/itemgroup.lua index 75b0152..bf23726 100644 --- a/storage/itemgroup.lua +++ b/storage/itemgroup.lua @@ -1,6 +1,6 @@ local Sentinel = require("storage.sentinel") -local ItemGroup = Sentinel.tag({}, Sentinel.ITEMGROUP) +local ItemGroup = Sentinel:tag({}, Sentinel.ITEMGROUP) ItemGroup.__index = ItemGroup --- Create a group of managed itemstacks