fix indent
This commit is contained in:
		@@ -25,7 +25,7 @@ public class FactionsEventChunkChange extends FactionsEventAbstractSender
 | 
			
		||||
	private final PS chunk;
 | 
			
		||||
	public PS getChunk() { return this.chunk; }
 | 
			
		||||
	
 | 
			
		||||
    private final Faction currentFaction;
 | 
			
		||||
	private final Faction currentFaction;
 | 
			
		||||
	private final Faction newFaction;
 | 
			
		||||
	public Faction getNewFaction() { return this.newFaction; }
 | 
			
		||||
	
 | 
			
		||||
@@ -37,7 +37,7 @@ public class FactionsEventChunkChange extends FactionsEventAbstractSender
 | 
			
		||||
	{
 | 
			
		||||
		super(sender);
 | 
			
		||||
		this.chunk = chunk.getChunk(true);
 | 
			
		||||
        this.currentFaction = BoardColls.get().getFactionAt(chunk);
 | 
			
		||||
		this.currentFaction = BoardColls.get().getFactionAt(chunk);
 | 
			
		||||
		this.newFaction = newFaction;
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user