Added chat spy feature for admins

This commit is contained in:
Harry Jeffery
2011-11-27 19:32:41 +00:00
committed by Harry Jeffery
parent 3d929138a5
commit 5bf3161cf0
6 changed files with 65 additions and 3 deletions

View File

@@ -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()
{