diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs old mode 100755 new mode 100644 index a585bec3..60ecf896 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -331,7 +331,7 @@ namespace TShockAPI { if ((DateTime.UtcNow - args.Player.LastTileChangeNotify).TotalMilliseconds > 1000) { - args.Player.SendMessage("Region protected from changes.", Color.Red); + args.Player.SendMessage("Region Name: " + TShock.Regions.InAreaRegionName(x, y) + " protected from changes.", Color.Red); args.Player.LastTileChangeNotify = DateTime.UtcNow; } args.Player.SendTileSquare(x, y);