mirror of
				https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
				synced 2024-08-15 00:43:45 +00:00 
			
		
		
		
	removed unnecessary logging
This commit is contained in:
		
							parent
							
								
									f9db629082
								
							
						
					
					
						commit
						53fc49ede0
					
				
					 2 changed files with 0 additions and 2 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -92,10 +92,8 @@ namespace Rimworld_Animations {
 | 
			
		|||
 | 
			
		||||
				IntVec3 pos = pawn.Position;
 | 
			
		||||
 | 
			
		||||
				Log.Message("Pawns count:" + pawnsToAnimate.Count + "Selected Anims Count: " + anim.actors.Count);
 | 
			
		||||
				if(pawnsToAnimate.Count > anim.actors.Count)
 | 
			
		||||
                {
 | 
			
		||||
					Log.Warning("Too many pawns for this anim. Stopping other actors...");
 | 
			
		||||
					for(int i = anim.actors.Count; i < pawnsToAnimate.Count; i++)
 | 
			
		||||
                    {
 | 
			
		||||
						pawnsToAnimate[i].TryGetComp<CompBodyAnimator>().isAnimating = false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue