Fix parameter name
This commit is contained in:
		@@ -255,10 +255,10 @@ public class Faction extends Entity<Faction> implements EconomyParticipator
 | 
				
			|||||||
		return Lang.FACTION_NOMOTD;
 | 
							return Lang.FACTION_NOMOTD;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	public void setMotd(String motd)
 | 
						public void setMotd(String description)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		// Clean input
 | 
							// Clean input
 | 
				
			||||||
		String target = motd;
 | 
							String target = description;
 | 
				
			||||||
		if (target != null)
 | 
							if (target != null)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			target = target.trim();
 | 
								target = target.trim();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user