Extend flag no build area to include floor
This commit is contained in:
parent
9a10f60e97
commit
2601a44b0e
@ -86,7 +86,7 @@ function minetest.is_protected(pos, name)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local flag, distSQ = ctf_flag.get_nearest(pos)
|
local flag, distSQ = ctf_flag.get_nearest(pos)
|
||||||
if flag and pos.y >= flag.y and distSQ < rs then
|
if flag and pos.y >= flag.y - 1 and distSQ < rs then
|
||||||
minetest.chat_send_player(name,
|
minetest.chat_send_player(name,
|
||||||
"Too close to the flag to build! Leave at least " .. r .. " blocks around the flag.")
|
"Too close to the flag to build! Leave at least " .. r .. " blocks around the flag.")
|
||||||
return true
|
return true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user