summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSokomine <wegwerf@anarres.dyndns.org>2015-03-03 06:10:40 +0100
committerSokomine <wegwerf@anarres.dyndns.org>2015-03-03 06:10:40 +0100
commit4c7910849d387b12d807b228f5c67dc9ac5af7c3 (patch)
tree11fa5e357e49abf51a5a8f7cba7ec2f64f727f9e
parentee0f8564195995aa73be4a9c20ebae982472578f (diff)
parent33910e7073bbe5a76334730fa5a2ae3aa476494e (diff)
Merge pull request #3 from crazyginger72/master
fixed client crash on both button dig
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 0502b72..1a3b89f 100644
--- a/init.lua
+++ b/init.lua
@@ -577,7 +577,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",