Allow chat spying to persist.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user