diff options
Diffstat (limited to 'lua/visual.lua')
-rwxr-xr-x | lua/visual.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/visual.lua b/lua/visual.lua index ca7db07..99de5b0 100755 --- a/lua/visual.lua +++ b/lua/visual.lua @@ -245,6 +245,7 @@ core.register_entity("drawers:visual", { -- Don't add items stackable only to 1 if self.itemStackMax == 1 then + self.itemName = "" return itemstack end |