Skip to content

Commit

Permalink
feat: enable vehicle index by default
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Schrab <[email protected]>
  • Loading branch information
kschrab committed Sep 19, 2023
1 parent d72ee5f commit e46a365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static abstract class CVehicleIndex implements Serializable {
/**
* Defines if the vehicle index is enabled. Default: false
*/
public boolean enabled = false;
public boolean enabled = true;

/**
* Creates the specific {@link VehicleIndex} instance based on the present configuration.
Expand Down

0 comments on commit e46a365

Please sign in to comment.