Skip to content

Commit

Permalink
P-Refactor: change default ei_run_out_of_vehicle state for opt in
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBarns committed Sep 5, 2022
1 parent a900392 commit 2f81c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PLUGINS/extra_integration/SETTINGS.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--------------------EXTRA INTEGRATION SETTINGS---------------------
ei_masterswitch = false
-- Determines if extra_integration plugin can be activated.
ei_run_out_of_vehicle = true
ei_run_out_of_vehicle = false
-- Continue running state checks when player is out of vehicle, only after EI vehicle was last driven. (this is necessary for proper seat / door check)
-- Disable this to improve runtime efficency. (Default: Enabled / True)
-- Disable this to improve runtime efficiency. (Default: Disabled / False)
brakes_ei_enabled = true
-- Enables brake pressure integration.
reverse_ei_enabled = true
Expand Down

0 comments on commit 2f81c33

Please sign in to comment.