diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-06-10 23:29:05 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-06-10 23:29:05 +0300 |
commit | ef1400052d4b466c9a53826681321b8ec598d96f (patch) | |
tree | 3b200e86cfe04f06cf48080019eda666dbbcb641 | |
parent | 3c0a653d1dcf5ba69548ed698ab61a70eba4d5a1 (diff) |
dirty fix
-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.png Binary files differindex 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 |