traffic signal penalty ignored on white-listed barriers, cf. #1365
This commit is contained in:
		
							parent
							
								
									592211cecd
								
							
						
					
					
						commit
						11bdfba37e
					
				| @ -205,9 +205,7 @@ function node_function (node, result) | ||||
|   else | ||||
|     local barrier = node:get_value_by_key("barrier") | ||||
|     if barrier and "" ~= barrier then | ||||
|       if barrier_whitelist[barrier] then | ||||
|         return | ||||
|       else | ||||
|       if not barrier_whitelist[barrier] then | ||||
|         result.barrier = true | ||||
|       end | ||||
|     end | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user