Fix anti dead protection, some item bans, and default configs.

This commit is contained in:
Zidonuke 2011-12-29 02:50:05 -05:00
parent bbf1818512
commit 6353f9c877
4 changed files with 14 additions and 11 deletions

View file

@ -65,7 +65,7 @@ namespace TShockAPI
Player FakePlayer;
public bool RequestedSection = false;
public DateTime LastDeath { get; set; }
public bool ForceSpawn = false;
public bool Dead = false;
public string Country = "??";
public int Difficulty;
private string CacheIP;