From d7a90e6b2c34e32539555ab7a12f9a94086c7f36 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 8 Mar 2014 04:03:27 +0400 Subject: [PATCH] Change the message --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 2863be5f..81c3336a 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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; }