Remove deprecated methods
This commit is contained in:
		@@ -454,32 +454,6 @@ public class Faction extends Entity<Faction> 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
 | 
			
		||||
	// -------------------------------------------- //
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user