Updated the call to the obsolete constructor PlayerData

This commit is contained in:
AkjaHAsLk1IALk0MasH 2023-05-14 10:43:01 +07:00
parent 763519150a
commit b184133a7f
3 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ namespace TShockAPI.DB
public PlayerData GetPlayerData(TSPlayer player, int acctid)
{
PlayerData playerData = new PlayerData(player);
PlayerData playerData = new PlayerData(false);
try
{