|  |  |  | @ -1737,8 +1737,6 @@ public enum PowersManager {@@ -1737,8 +1737,6 @@ public enum PowersManager { | 
			
		
	
		
			
				
					|  |  |  |  |                                     Vector3fImmutable targetLoc, PowersBase pb, int trains, | 
			
		
	
		
			
				
					|  |  |  |  |                                     boolean fromItem) { | 
			
		
	
		
			
				
					|  |  |  |  |         int time = pb.getCastTime(trains); | 
			
		
	
		
			
				
					|  |  |  |  |         if(fromItem == true && pb.name.equals("Recall")) | 
			
		
	
		
			
				
					|  |  |  |  |             time *= 2; | 
			
		
	
		
			
				
					|  |  |  |  |         if (!fromItem) | 
			
		
	
		
			
				
					|  |  |  |  |             finishApplyPowerA(ac, target, targetLoc, pb, trains, false); | 
			
		
	
		
			
				
					|  |  |  |  |         else if (time == 0) | 
			
		
	
	
		
			
				
					|  |  |  | 
 |