fix bad player ref (sneder -> clicker)

This commit is contained in:
Vanessa Dannenberg 2019-05-26 17:13:32 -04:00
parent 7cdfc3b49c
commit 960f4c4200
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ local brightness_tab = {
function homedecor.toggle_light(pos, node, clicker, itemstack, pointed_thing)
if minetest.is_protected(pos, clicker:get_player_name()) then
minetest.record_protection_violation(pos,
sender:get_player_name())
clicker:get_player_name())
return
end
local sep = string.find(node.name, "_o", -5)