Don't automatically start a new game on new season
This commit is contained in:
parent
1e0b72fc40
commit
b054ba66f2
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user