diff --git a/src/com/massivecraft/factions/entity/Faction.java b/src/com/massivecraft/factions/entity/Faction.java index 06246552..9e9f8d94 100644 --- a/src/com/massivecraft/factions/entity/Faction.java +++ b/src/com/massivecraft/factions/entity/Faction.java @@ -454,32 +454,6 @@ public class Faction extends Entity implements FactionsParticipator, MP this.money = this.convertSet(money, this.money, 0D); } - // -------------------------------------------- // - // FIELD: open - // -------------------------------------------- // - - // Nowadays this is a flag! - - @Deprecated - public boolean isDefaultOpen() - { - return MFlag.getFlagOpen().isStandard(); - } - - @Deprecated - public boolean isOpen() - { - return this.getFlag(MFlag.getFlagOpen()); - } - - @Deprecated - public void setOpen(Boolean open) - { - MFlag flag = MFlag.getFlagOpen(); - if (open == null) open = flag.isStandard(); - this.setFlag(flag, open); - } - // -------------------------------------------- // // FIELD: invitations // -------------------------------------------- //