Don't force Hardcore players to spawn, they are supposed to be ghosts.

This commit is contained in:
Deathmax 2011-09-03 08:01:58 +08:00
parent 44e4199dcb
commit 65b323f004
3 changed files with 6 additions and 4 deletions

View file

@ -61,6 +61,7 @@ namespace TShockAPI
public DateTime LastDeath { get; set; }
public bool ForceSpawn = false;
public string Country = "??";
public int Difficulty;
public bool RealPlayer
{