diff options
| -rw-r--r-- | technic/textures/technic_paint.png | bin | 182 -> 174 bytes | |||
| -rw-r--r-- | technic/tools/spray_painter.lua | 2 | 
2 files changed, 1 insertions, 1 deletions
| diff --git a/technic/textures/technic_paint.png b/technic/textures/technic_paint.pngBinary files differ index b052757..4210991 100644 --- a/technic/textures/technic_paint.png +++ b/technic/textures/technic_paint.png diff --git a/technic/tools/spray_painter.lua b/technic/tools/spray_painter.lua index 5988687..06d83ee 100644 --- a/technic/tools/spray_painter.lua +++ b/technic/tools/spray_painter.lua @@ -92,7 +92,7 @@ local function spray_paint(itemstack, user, pointed_thing)  	-- player needs to own both the wall and its surface  	if minetest.is_protected(pointed_thing.under, user:get_player_name()) or   		minetest.is_protected(pointed_thing.above, user:get_player_name()) then -		minetest.record_protection_violation(pointed_thing.under, name) +-- 		minetest.record_protection_violation(pointed_thing.under, name)  		return itemstack  	end | 
