Carter Kolwey
2014-01-11 ebc114df71cc20868afbd3c6dea4039dc14c1a0e
technic/tools/chainsaw.lua
@@ -203,6 +203,10 @@
-- Saw down trees entry point
local function chainsaw_dig_it(pos, player,current_charge)
   if minetest.is_protected(pos, player:get_player_name()) then
      minetest.record_protection_violation(pos, player:get_player_name())
      return current_charge
   end
        local remaining_charge=current_charge
        -- Save the currently installed dropping mechanism so we can restore it.