Added /displaylogs. Toggles log output to player who executed the command.

This commit is contained in:
Deathmax 2011-06-24 21:32:04 +08:00
parent 1e66e1a256
commit 679a28af0a
3 changed files with 9 additions and 1 deletions

View file

@ -38,6 +38,7 @@ namespace TShockAPI
public Rectangle TempArea = new Rectangle();
public DateTime LastExplosive { get; set; }
public bool InitSpawn = false;
public bool DisplayLogs = true;
public bool RealPlayer
{