chore: add tunables to config-vanilla.json
All checks were successful
Build / build (pull_request) Successful in 1m20s

Kinda forgor about this file when adding these options.
This commit is contained in:
2025-11-14 11:04:59 +01:00
parent 711eb7ac47
commit 30a0f5b00a

View File

@@ -68,6 +68,14 @@
"circuitGameModes": null,
"darvoStockMultiplier": 1
},
"tunables": {
"useLoginToken": false,
"prohibitSkipMissionStartTimer": false,
"prohibitFovOverride": false,
"prohibitFreecam": false,
"prohibitTeleport": false,
"prohibitScripts": false
},
"dev": {
"keepVendorsExpired": false
}