From 33910e7073bbe5a76334730fa5a2ae3aa476494e Mon Sep 17 00:00:00 2001 From: crazyginger72 Date: Fri, 1 Aug 2014 20:01:22 -0400 Subject: [PATCH] fixed client crash on both button dig --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index a21c913..6e23655 100644 --- a/init.lua +++ b/init.lua @@ -571,7 +571,7 @@ minetest.register_node("markers:mark", { drawtype = "nodebox", paramtype = "light", paramtype2 = "facedir", - groups = {snappy=2,choppy=2,dig_immediate=3}, + groups = {snappy=2,choppy=2,oddly_breakable_by_hand=1}, --fixed on both buttons dig client crash light_source = 1, node_box = { type = "fixed",