Remove extra dot
This commit is contained in:
		@@ -51,7 +51,7 @@ public class CmdFactionsWarpGo extends FactionsCommandWarp
 | 
			
		||||
		// Args
 | 
			
		||||
		Faction faction = this.readArgAt(1, msenderFaction);
 | 
			
		||||
		Warp warp = TypeWarp.get(faction).read(this.argAt(0), sender);
 | 
			
		||||
		String warpDesc = Txt.parse("<h>%s <i>in <reset>%s<i>.", warp.getName(), faction.describeTo(msender, false));
 | 
			
		||||
		String warpDesc = Txt.parse("<h>%s <i>in <reset>%s<i>", warp.getName(), faction.describeTo(msender, false));
 | 
			
		||||
 | 
			
		||||
		// Must be valid
 | 
			
		||||
		if (!warp.verifyIsValid()) return;
 | 
			
		||||
 
 | 
			
		||||
@@ -51,7 +51,7 @@ public class EngineEcon extends Engine
 | 
			
		||||
	public void takeOnLeave(EventFactionsMembershipChange event)
 | 
			
		||||
	{
 | 
			
		||||
		if (!Econ.isEnabled()) return;
 | 
			
		||||
		
 | 
			
		||||
 | 
			
		||||
		// If a player is leaving the faction ...
 | 
			
		||||
		if (event.getReason() != MembershipChangeReason.LEAVE) return;
 | 
			
		||||
		
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user