From ef1400052d4b466c9a53826681321b8ec598d96f Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Sun, 10 Jun 2018 23:29:05 +0300 Subject: dirty fix --- technic/textures/technic_paint.png | Bin 182 -> 174 bytes technic/tools/spray_painter.lua | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/textures/technic_paint.png b/technic/textures/technic_paint.png index b052757..4210991 100644 Binary files a/technic/textures/technic_paint.png and b/technic/textures/technic_paint.png differ 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 -- cgit v1.2.3