Change the message

This commit is contained in:
Simon 2014-03-08 04:03:27 +04:00
parent 88ac9be55a
commit d7a90e6b2c

View file

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