summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2017-01-08 17:12:23 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2017-01-08 17:12:23 +0000
commite7fde19ab591e87925da3fe51a59087bbdef3cdb (patch)
tree65c221a3707990132d4cd09485f4fb41878ff553
parent71782e27ab99b98b2ec07796087dd8a46d4889d8 (diff)
fix invalid variable name
-rw-r--r--admin.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin.lua b/admin.lua
index 320e644..defe809 100644
--- a/admin.lua
+++ b/admin.lua
@@ -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