summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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",