Skip to content

Commit

Permalink
Defaulting to true for auto buy cards
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Jul 8, 2023
1 parent 8401dfb commit a7472cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caches/SettingsSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { RootState } from "./caches"
import { PlayerSettings } from "model/PlayerSettings"

const initialState: PlayerSettings = {
autoBuyCards: false,
autoBuyCards: true,
}

export const settingsSlice = createSlice({
Expand Down

0 comments on commit a7472cc

Please sign in to comment.