Attempt fix #82
This commit is contained in:
		@@ -42,8 +42,11 @@ public class CmdFactionsMotd extends FactionsCommand
 | 
			
		||||
		// Args
 | 
			
		||||
		String target = this.readArg();
 | 
			
		||||
 | 
			
		||||
		target = target.trim();
 | 
			
		||||
		target = Txt.parse(target);
 | 
			
		||||
		if (target != null)
 | 
			
		||||
		{
 | 
			
		||||
			target = target.trim();
 | 
			
		||||
			target = Txt.parse(target);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		// Get Old
 | 
			
		||||
		String old = msenderFaction.getMotd();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user