From b16d5c3b6589a88e04e4a0b914873638e489285c Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 27 Nov 2015 18:03:00 +0000 Subject: [PATCH] Correct typo --- ctf_flag/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctf_flag/init.lua b/ctf_flag/init.lua index 9e87a32..b5ad507 100644 --- a/ctf_flag/init.lua +++ b/ctf_flag/init.lua @@ -75,7 +75,7 @@ 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 to build! You need to be at least " .. r .. " nodes away.") + "Too close to the flag 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