cfg(fika): Allow freecam, sent items don't lose FIR
This commit is contained in:
parent
576577be6f
commit
77c2205af5
1 changed files with 4 additions and 4 deletions
|
|
@ -3,8 +3,8 @@
|
|||
"useBtr": true,
|
||||
"friendlyFire": true,
|
||||
"dynamicVExfils": false,
|
||||
"allowFreeCam": false,
|
||||
"allowSpectateFreeCam": false,
|
||||
"allowFreeCam": true,
|
||||
"allowSpectateFreeCam": true,
|
||||
"blacklistedItems": [],
|
||||
"forceSaveOnDeath": false,
|
||||
"mods": {
|
||||
|
|
@ -38,8 +38,8 @@
|
|||
},
|
||||
"allowItemSending": true,
|
||||
"itemSendingStorageTime": 7,
|
||||
"sentItemsLoseFIR": true,
|
||||
"launcherListAllProfiles": true,
|
||||
"sentItemsLoseFIR": false,
|
||||
"launcherListAllProfiles": false,
|
||||
"sessionTimeout": 5,
|
||||
"showDevProfile": false,
|
||||
"showNonStandardProfile": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue