Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
chore: correct default config
Browse files Browse the repository at this point in the history
  • Loading branch information
demxnn committed Feb 21, 2022
1 parent bb2efc7 commit 9428714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ dx = {
-- true: speed will be kmh
-- false: speed will be mph

stress = true,
stress = false,
-- setting this to true requires you to add a stress status

fuel = true,
fuel = false,
-- setting this to true requires you to add a fuel managment resource

voice = true,
voice = false,
-- enabling this requires pma-voice

circleMap = true
Expand Down

0 comments on commit 9428714

Please sign in to comment.