diff options
| author | Sokomine <wegwerf@anarres.dyndns.org> | 2015-03-03 06:10:40 +0100 | 
|---|---|---|
| committer | Sokomine <wegwerf@anarres.dyndns.org> | 2015-03-03 06:10:40 +0100 | 
| commit | 4c7910849d387b12d807b228f5c67dc9ac5af7c3 (patch) | |
| tree | 11fa5e357e49abf51a5a8f7cba7ec2f64f727f9e | |
| parent | ee0f8564195995aa73be4a9c20ebae982472578f (diff) | |
| parent | 33910e7073bbe5a76334730fa5a2ae3aa476494e (diff) | |
Merge pull request #3 from crazyginger72/master
fixed client crash on both button dig
| -rw-r--r-- | init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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", | 
