From 99d55c798a0bb40657d69e09557ab66191746fe3 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 26 Nov 2015 22:00:15 +0000 Subject: [PATCH] Further justification of min buid dist from flags --- ctf_flag/init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)