mirror of
https://notabug.org/TenPlus1/protector.git
synced 2025-01-10 09:17:34 +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)
|
action = function(pos, node)
|
||||||
|
|
||||||
if protector.removal_names == ""
|
if protector.removal_names == ""
|
||||||
and protector_replace_names == "" then
|
and protector.replace_names == "" then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user