summaryrefslogtreecommitdiff
path: root/mesecons_lamp
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2017-01-15 11:53:49 +0100
committersfan5 <sfan5@live.de>2017-01-15 11:53:49 +0100
commitc2e3d7c4e58b2563e79aead60c6efedf27c786cf (patch)
tree12c0d4f0d9ca5e31aac900a7c0efbbfd56ed03bf /mesecons_lamp
parent7415036f5b3e75e182bb3818b7e68718022319c1 (diff)
downloadmesecons-c2e3d7c4e58b2563e79aead60c6efedf27c786cf.tar
mesecons-c2e3d7c4e58b2563e79aead60c6efedf27c786cf.tar.gz
mesecons-c2e3d7c4e58b2563e79aead60c6efedf27c786cf.tar.bz2
mesecons-c2e3d7c4e58b2563e79aead60c6efedf27c786cf.tar.xz
mesecons-c2e3d7c4e58b2563e79aead60c6efedf27c786cf.zip
Fix most of the namespace pollutions reported in #311
Diffstat (limited to 'mesecons_lamp')
-rw-r--r--mesecons_lamp/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_lamp/init.lua b/mesecons_lamp/init.lua
index 362453c..811e659 100644
--- a/mesecons_lamp/init.lua
+++ b/mesecons_lamp/init.lua
@@ -2,7 +2,7 @@
-- A lamp is "is an electrical device used to create artificial light" (wikipedia)
-- guess what?
-mesecon_lamp_box = {
+local mesecon_lamp_box = {
type = "wallmounted",
wall_top = {-0.3125,0.375,-0.3125,0.3125,0.5,0.3125},
wall_bottom = {-0.3125,-0.5,-0.3125,0.3125,-0.375,0.3125},