Skip to content

Commit

Permalink
Update default_settings.lua
Browse files Browse the repository at this point in the history
Make new feature opt-in
  • Loading branch information
SwissalpS authored Dec 17, 2024
1 parent dd660c3 commit 8b6904b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default_settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local settings = {
delete_item_on_clearobject = true,
use_real_entities = true,
entity_update_interval = 0,
enable_vertical_digilines_connectivity = true,
enable_vertical_digilines_connectivity = false,
}

pipeworks.toggles = {}
Expand Down

0 comments on commit 8b6904b

Please sign in to comment.