mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-11-27 20:59:16 +01:00
Allow chat spying to persist.
This commit is contained in:
parent
8300b2ff2b
commit
8103f953eb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user