Merge pull request #86 from mtlstats/no-game-new-season

Don't automatically start a new game on new season
This commit is contained in:
Jonathan Lamothe 2021-05-08 12:01:17 -04:00 committed by GitHub
commit c6393830e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog for mtlstats # Changelog for mtlstats
## current
- Don't automatically start a new game on new season
## 0.16.0 ## 0.16.0
- enter months by number - enter months by number

View File

@ -123,10 +123,10 @@ newSeasonMenu = Menu "SEASON TYPE" ()
$ resetYtd $ resetYtd
. clearRookies . clearRookies
. resetStandings . resetStandings
. startNewGame . backHome
, MenuItem 'P' "PLAYOFFS" $ modify , MenuItem 'P' "PLAYOFFS" $ modify
$ resetStandings $ resetStandings
. startNewGame . backHome
] ]
-- | The game type menu (home/away) -- | The game type menu (home/away)