Allow chat spying to persist.

This commit is contained in:
drtshock 2015-01-06 16:08:58 -06:00
parent 8300b2ff2b
commit 8103f953eb
1 changed files with 1 additions and 2 deletions

View File

@ -88,8 +88,7 @@ public abstract class MemoryFPlayer implements FPlayer {
// FIELD: loginPvpDisabled
protected transient boolean loginPvpDisabled;
// FIELD: chatSpy
protected transient boolean spyingChat = false;
protected boolean spyingChat = false;
public Faction getFaction() {
if (this.factionId == null) {