You're not allowed to change tiles here
This commit is contained in:
parent
d7a90e6b2c
commit
65d3b973cb
1 changed files with 1 additions and 1 deletions
|
|
@ -4497,7 +4497,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
if (!TShock.Regions.CanBuild(x, y, args.Player))
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue