fix IsMapValid behavior change by a2246af121
				
					
				
			This commit is contained in:
		
							parent
							
								
									5fdb24c6c1
								
							
						
					
					
						commit
						e2990c5e05
					
				@ -1313,7 +1313,7 @@ bool CHalfLife2::IsMapValid(const char *map)
 | 
			
		||||
	if (!map || !map[0])
 | 
			
		||||
		return false;
 | 
			
		||||
	
 | 
			
		||||
	return FindMap(map) != SMFindMapResult::NotFound;
 | 
			
		||||
	return FindMap(map) == SMFindMapResult::Found;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// TODO: Add ep1 support for this. (No IServerTools available there)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user