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

@ -1267,7 +1267,7 @@ namespace TShockAPI
}
}
PlayerData = new PlayerData(this);
PlayerData = new PlayerData();
Group = TShock.Groups.GetGroupByName(TShock.Config.Settings.DefaultGuestGroupName);
tempGroup = null;
if (tempGroupTimer != null)