Overhasty push on the last commit

This commit is contained in:
Dustin Carlino 2022-02-03 14:22:03 +00:00
parent f22590ae0c
commit ba5bf26072

View File

@ -235,7 +235,7 @@ fn create_zones(
let mut borders = all_borders.clone();
// TODO For remote zones, we should at least prune for borders on the correct
// "side" of the map. Or we can let fast_dist later take care of it.
if is_remote {
if !is_remote {
for list in vec![
&mut borders.incoming_walking,
&mut borders.incoming_driving,