diff options
| author | crazyginger72 <gingerpollard72@gmail.com> | 2014-08-01 20:01:22 -0400 | 
|---|---|---|
| committer | crazyginger72 <gingerpollard72@gmail.com> | 2014-08-01 20:01:22 -0400 | 
| commit | 33910e7073bbe5a76334730fa5a2ae3aa476494e (patch) | |
| tree | 747be20e4fd247bc6ceb27b9e6b4d826151c012a | |
| parent | 2c9fe6cb869b1d7e753e734717b44b9efb4dce84 (diff) | |
fixed client crash on both button dig
| -rw-r--r-- | init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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", | 
