From 1a11beded798141e64807ed72562549f4798557b Mon Sep 17 00:00:00 2001 From: White Date: Wed, 18 May 2016 13:03:17 +0930 Subject: [PATCH] Removed readonly from TSPlayer's data field so that it can actually be used --- TShockAPI/TSPlayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs index 75141da1..d522a061 100755 --- a/TShockAPI/TSPlayer.cs +++ b/TShockAPI/TSPlayer.cs @@ -357,7 +357,7 @@ namespace TShockAPI /// /// Contains data stored by plugins /// - protected ConcurrentDictionary data => new ConcurrentDictionary(); + protected ConcurrentDictionary data = new ConcurrentDictionary(); /// /// Whether the player is a real, human, player on the server.