diff --git a/ctf_flag/init.lua b/ctf_flag/init.lua index 893955e..9e87a32 100644 --- a/ctf_flag/init.lua +++ b/ctf_flag/init.lua @@ -75,7 +75,9 @@ function minetest.is_protected(pos, name) local tname, distsq = ctf_flag.get_nearest(pos) if distsq < rs then minetest.chat_send_player(name, - "Too close to the flag! You need to be at least " .. r .. " nodes away.") + "Too close to the to build! You need to be at least " .. r .. " nodes away.") + minetest.chat_send_player(name, + "This is to stop new or respawning players from being trapped.") return true else return old_is_protected(pos, name)