diff options
-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 |