Remove the right player from invites
This commit is contained in:
		@@ -459,7 +459,7 @@ public class Faction extends Entity<Faction> implements FactionsParticipator
 | 
			
		||||
	
 | 
			
		||||
	public boolean uninvite(String playerId)
 | 
			
		||||
	{
 | 
			
		||||
		return this.getInvitations().detachIdFixed(playerId) != null;
 | 
			
		||||
		return this.getInvitations().detachId(playerId) != null;
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	public boolean uninvite(MPlayer mplayer)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user