Fix Sentinel tagging

This commit is contained in:
Gabriel Tofvesson 2024-10-12 07:37:44 +02:00
parent 40728b4860
commit fd25c3ee19

View File

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