Skip to content

Commit

Permalink
Merge pull request #178 from daithihearn/auto-play-2
Browse files Browse the repository at this point in the history
Defaulting to true for auto buy cards
  • Loading branch information
daithihearn authored Jul 8, 2023
2 parents 719d889 + dfb7f55 commit eb510b3
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 eb510b3

Please sign in to comment.