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;