From 65d3b973cb4dd1367a19418e66eb20b1458d2a19 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 8 Mar 2014 06:19:27 +0400 Subject: [PATCH] You're not allowed to change tiles here --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 81c3336a..cc679441 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 have no permission to /grow in this area."); + args.Player.SendErrorMessage("You're not allowed to change tiles here!"); return; }