Added chat spy feature for admins
This commit is contained in:
committed by
Harry Jeffery
parent
3d929138a5
commit
5bf3161cf0
@@ -100,6 +100,11 @@ public class FPlayer extends PlayerEntity implements EconomyParticipator
|
||||
return chatMode;
|
||||
}
|
||||
|
||||
// FIELD: chatSpy
|
||||
private transient boolean spyingChat = false;
|
||||
public void setSpyingChat(boolean chatSpying) { this.spyingChat = chatSpying; }
|
||||
public boolean isSpyingChat() { return spyingChat; }
|
||||
|
||||
// FIELD: account
|
||||
public MethodAccount getAccount()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user