Added /tpallow - New permissions tpallow gives command acces and tpall allows tp to anyone

This commit is contained in:
darkunderdog 2011-12-11 18:57:41 -06:00
parent d05d18214e
commit a653deda68
3 changed files with 26 additions and 1 deletions

View file

@ -56,6 +56,7 @@ namespace TShockAPI
public bool IsLoggedIn;
public int UserID = -1;
public bool HasBeenNaggedAboutLoggingIn;
public bool TPAllow = true;
public bool TpLock = false;
Player FakePlayer;
public bool RequestedSection = false;