Added /mute command - requires mute permission
This commit is contained in:
parent
8d84514128
commit
1aed7f4bdb
4 changed files with 58 additions and 7 deletions
|
|
@ -56,6 +56,7 @@ namespace TShockAPI
|
|||
public int UserID = -1;
|
||||
public bool HasBeenNaggedAboutLoggingIn;
|
||||
public bool TPAllow = true;
|
||||
public bool mute = false;
|
||||
public bool TpLock = false;
|
||||
Player FakePlayer;
|
||||
public bool RequestedSection = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue