You're not allowed to change tiles here

This commit is contained in:
Simon 2014-03-08 06:19:27 +04:00
parent d7a90e6b2c
commit 65d3b973cb

View file

@ -4497,7 +4497,7 @@ namespace TShockAPI
if (!TShock.Regions.CanBuild(x, y, args.Player))
{
args.Player.SendErrorMessage("You have no permission to /grow in this area.");
args.Player.SendErrorMessage("You're not allowed to change tiles here!");
return;
}