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.