Fix some confusion introduced by 98eed42 and b184133

This commit is contained in:
SGKoishi 2025-03-15 14:09:00 +09:00
parent de30678153
commit 4e26051869
No known key found for this signature in database
GPG key ID: 8FFC399070653828
3 changed files with 17 additions and 5 deletions

View file

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