diff options
author | LNJ <git@lnj.li> | 2017-04-05 12:32:41 +0200 |
---|---|---|
committer | LNJ <git@lnj.li> | 2017-04-05 14:53:16 +0200 |
commit | 03e692d72a9772fc6d5ca875ff7416e333cb01fb (patch) | |
tree | 3cb9bde0bc36de578aa8e6778a5b887c14d928f2 /lua/visual.lua | |
parent | 768edb4d09f651c1ad732bde9c04b50fd69bcf30 (diff) |
Fix drawer initialization bug; used wrong meta fields for 1x1 Drawers
Diffstat (limited to 'lua/visual.lua')
-rwxr-xr-x | lua/visual.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/visual.lua b/lua/visual.lua index 3ddd20a..f0d3cc6 100755 --- a/lua/visual.lua +++ b/lua/visual.lua @@ -91,7 +91,6 @@ core.register_entity("drawers:visual", { -- visual size local visual_size = {x = 0.6, y = 0.6} if self.drawerType >= 2 then - core.chat_send_all("small") visual_size = {x = 0.3, y = 0.3} end |