Correct typo

master
rubenwardy 2015-11-27 18:03:00 +00:00
parent 99d55c798a
commit b16d5c3b65
1 changed files with 1 additions and 1 deletions

View File

@ -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