summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2017-01-23 02:16:44 -0600
committercheapie <no-email-for-you@example.com>2017-01-23 02:16:44 -0600
commit8a87c9db56aa39ff865cf03e4b22c30c972b5a8b (patch)
tree4f3fee1f6bade90e94c685014162e07a55568495
parent44b1586414433792dc9f727860d8ad25f092cfd9 (diff)
downloadrgblightstone-8a87c9db56aa39ff865cf03e4b22c30c972b5a8b.tar
rgblightstone-8a87c9db56aa39ff865cf03e4b22c30c972b5a8b.tar.gz
rgblightstone-8a87c9db56aa39ff865cf03e4b22c30c972b5a8b.tar.bz2
rgblightstone-8a87c9db56aa39ff865cf03e4b22c30c972b5a8b.tar.xz
rgblightstone-8a87c9db56aa39ff865cf03e4b22c30c972b5a8b.zip
Don't log *everything*
-rw-r--r--init.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 1639067..f5ecb9f 100644
--- a/init.lua
+++ b/init.lua
@@ -116,8 +116,6 @@ minetest.register_node("rgblightstone:rgblightstone", {
local paletteidx = 32*g+4*r+b
- print(msg,r,g,b,paletteidx)
-
--Set the color
node.param2 = paletteidx
minetest.swap_node(pos,node)