fix invalid variable name

master
TenPlus1 2017-01-08 17:12:23 +00:00
parent 71782e27ab
commit e7fde19ab5
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ minetest.register_abm({
action = function(pos, node)
if protector.removal_names == ""
and protector_replace_names == "" then
and protector.replace_names == "" then
return
end