Skip to content

Commit

Permalink
Update s2.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Dec 2, 2023
1 parent fae8152 commit c9f4502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/algorithms/src/bootstrap/s2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl<'a> BootstrapS2<'a> {
if let Some(geofence_id) = self.feature.property("__id") {
new_feature.set_property("__geofence_id", geofence_id.clone());
}
new_feature.set_property("__mode", "CirclePokemon");
new_feature.set_property("__mode", "CircleRaid");
new_feature
}

Expand Down

0 comments on commit c9f4502

Please sign in to comment.