Make death in hardcore sting a little more

This commit is contained in:
Lucas Nicodemus 2017-12-14 09:18:44 -07:00
parent 0ac486ab5e
commit 9f8db96188

View file

@ -2314,6 +2314,7 @@ namespace TShockAPI
{
if (TShock.CharacterDB.RemovePlayer(args.Player.Account.ID))
{
args.Player.SendErrorMessage("You have fallen in hardcore mode, and your items have been lost forever.");
TShock.CharacterDB.SeedInitialData(args.Player.Account);
}
}