mirror of
https://notabug.org/TenPlus1/protector.git
synced 2025-01-10 08:57:30 +01:00
fix invalid variable name
This commit is contained in:
parent
71782e27ab
commit
e7fde19ab5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user