Fix Sentinel tagging
This commit is contained in:
parent
40728b4860
commit
fd25c3ee19
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user