fix broken kill count
This commit is contained in:
		
							parent
							
								
									d3c96dee21
								
							
						
					
					
						commit
						51a5344edf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -96,7 +96,7 @@ internal sealed class CollideBullets(
 | 
			
		|||
            if (tank == null)
 | 
			
		||||
                return;
 | 
			
		||||
 | 
			
		||||
            if (tank.Owner == owner)
 | 
			
		||||
            if (tank.Owner != owner)
 | 
			
		||||
                owner.Scores.Kills++;
 | 
			
		||||
            tank.Owner.Scores.Deaths++;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue