Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Nov 27, 2015
1 parent 99d55c7 commit b16d5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctf_flag/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b16d5c3

Please sign in to comment.