diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-08 17:12:23 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-01-08 17:12:23 +0000 |
commit | e7fde19ab591e87925da3fe51a59087bbdef3cdb (patch) | |
tree | 65c221a3707990132d4cd09485f4fb41878ff553 | |
parent | 71782e27ab99b98b2ec07796087dd8a46d4889d8 (diff) |
fix invalid variable name
-rw-r--r-- | admin.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |