Merge pull request #60 from eXeC64/spy
Added chat spy feature for admins
This commit is contained in:
@@ -102,6 +102,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