diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs index 1effe802..3c6e729a 100644 --- a/TShockAPI/TSPlayer.cs +++ b/TShockAPI/TSPlayer.cs @@ -393,6 +393,7 @@ namespace TShockAPI Index = -1; FakePlayer = new Player {name = playerName, whoAmi = -1}; Group = new Group(TShock.Config.DefaultGuestGroupName); + AwaitingResponse = new Dictionary>(); } public virtual void Disconnect(string reason) @@ -718,6 +719,7 @@ namespace TShockAPI public TSRestPlayer() { Group = new SuperAdminGroup(); + AwaitingResponse = new Dictionary>(); } public override void SendMessage(string msg)