Updated tshock for terraria 1.0.6. Removed hardcore kick for now as it needs to be fixed.

This commit is contained in:
high 2011-08-09 18:15:47 -04:00
parent cf2f86985c
commit 8c22b3e448
3 changed files with 7 additions and 5 deletions

View file

@ -599,7 +599,8 @@ namespace TShockAPI
if (args.Player.InitSpawn && args.TPlayer.inventory[args.TPlayer.selectedItem].type != 50)
{
if (args.TPlayer.hardCore && (TShock.Config.KickOnHardcoreDeath || TShock.Config.BanOnHardcoreDeath))
/*if (args.TPlayer.hardCore && (TShock.Config.KickOnHardcoreDeath || TShock.Config.BanOnHardcoreDeath))
{
if (args.TPlayer.selectedItem != 50)
{
if (TShock.Config.BanOnHardcoreDeath)
@ -613,6 +614,7 @@ namespace TShockAPI
}
return true;
}
}*/
}
else
args.Player.InitSpawn = true;