Skip to content

Commit

Permalink
Add config option for transits
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 12, 2024
1 parent 54e549e commit de84fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/configs/fika.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"useInertia": true,
"sharedQuestProgression": false,
"canEditRaidSettings": true
"canEditRaidSettings": true,
"enableTransits": true
},
"server": {
"giftedItemsLoseFIR": true,
Expand Down
1 change: 1 addition & 0 deletions src/models/fika/config/IFikaConfigClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export interface IFikaConfigClient {
useInertia: boolean;
sharedQuestProgression: boolean;
canEditRaidSettings: boolean;
enableTransits: boolean;
}

0 comments on commit de84fe2

Please sign in to comment.