mirror of
				https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
				synced 2024-08-15 00:43:45 +00:00 
			
		
		
		
	removed log spam
This commit is contained in:
		
							parent
							
								
									416f88b874
								
							
						
					
					
						commit
						83b4cd689f
					
				
					 2 changed files with 0 additions and 9 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -72,10 +72,6 @@ namespace Rimworld_Animations {
 | 
			
		|||
 | 
			
		||||
		public static bool Prefix_IsSameA(JobDef job, string ___jobDef, ref bool __result) {
 | 
			
		||||
 | 
			
		||||
			if(job?.defName != null) {
 | 
			
		||||
				Log.Message("Defname: " + job.defName);
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			if(___jobDef != null && ___jobDef == "Lovin" && job?.defName != null && rjwLovinDefNames.Contains(job?.defName)) {
 | 
			
		||||
				__result = true;
 | 
			
		||||
				return false;
 | 
			
		||||
| 
						 | 
				
			
			@ -86,11 +82,6 @@ namespace Rimworld_Animations {
 | 
			
		|||
 | 
			
		||||
		public static bool Prefix_IsSameB(string jobName, string ___jobDef, ref bool __result) {
 | 
			
		||||
 | 
			
		||||
			if (jobName != null) {
 | 
			
		||||
				Log.Message("Defname: " + jobName);
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
			if (___jobDef != null && ___jobDef == "Lovin" && jobName != null && rjwLovinDefNames.Contains(jobName)) {
 | 
			
		||||
				__result = true;
 | 
			
		||||
				return false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue