Allow /savessc to work on players that bypass ssc

Fixes #1506
This commit is contained in:
Lucas Nicodemus 2017-12-03 16:22:46 -07:00
parent 9c6c450751
commit cdbc37b024
2 changed files with 4 additions and 4 deletions

View file

@ -1636,7 +1636,7 @@ namespace TShockAPI
{
if (player != null && player.IsLoggedIn && !player.IgnoreActionsForClearingTrashCan)
{
TShock.CharacterDB.InsertPlayerData(player);
TShock.CharacterDB.InsertPlayerData(player, true);
}
}
}