From 8103f953ebfebdea064ef2bc66ebeb92d2ba2d1d Mon Sep 17 00:00:00 2001 From: drtshock Date: Tue, 6 Jan 2015 16:08:58 -0600 Subject: [PATCH] Allow chat spying to persist. --- .../com/massivecraft/factions/zcore/persist/MemoryFPlayer.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/com/massivecraft/factions/zcore/persist/MemoryFPlayer.java b/src/main/java/com/massivecraft/factions/zcore/persist/MemoryFPlayer.java index 47b0100c..e57406a9 100644 --- a/src/main/java/com/massivecraft/factions/zcore/persist/MemoryFPlayer.java +++ b/src/main/java/com/massivecraft/factions/zcore/persist/MemoryFPlayer.java @@ -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) {