Vanessa Ezekowitz
2017-03-10 343c7946d9014bf111e25a7a225a1b6f5746992b
technic/tools/mining_lasers.lua
@@ -71,7 +71,7 @@
      texture = particle_texture .. "^[transform" .. math.random(0, 7),
   })
   minetest.sound_play(sound, {pos = player_pos, max_hear_distance = range})
   for pos in technic.trace_node_ray(start_pos, dir, range) do
   for pos in technic.trace_node_ray_fat(start_pos, dir, range) do
      if minetest.is_protected(pos, player_name) then
         minetest.record_protection_violation(pos, player_name)
         break