From 011bdc720ff0212802fa183ca63f401a437b6ea0 Mon Sep 17 00:00:00 2001 From: darkunderdog Date: Fri, 12 Aug 2011 06:50:53 -0500 Subject: [PATCH] Updated TSPlayer.cs - Adding /region name - hit a block and get the name of region you are in --- TShockAPI/TSPlayer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs index 673e98ca..0b8d2403 100644 --- a/TShockAPI/TSPlayer.cs +++ b/TShockAPI/TSPlayer.cs @@ -42,6 +42,7 @@ namespace TShockAPI public Rectangle TempArea; public bool AwaitingTemp1 { get; set; } public bool AwaitingTemp2 { get; set; } + public bool AwaitingName { get; set; } public DateTime LastExplosive { get; set; } public DateTime LastTileChangeNotify { get; set; } public bool InitSpawn;