1
0
mirror of https://github.com/Sokomine/markers.git synced 2024-09-27 14:10:21 +02:00

fixed client crash on both button dig

This commit is contained in:
crazyginger72 2014-08-01 20:01:22 -04:00
parent 2c9fe6cb86
commit 33910e7073

View File

@ -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",