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
|
||||
|
||||
## current
|
||||
- Don't automatically start a new game on new season
|
||||
|
||||
## 0.16.0
|
||||
- enter months by number
|
||||
|
||||
|
|
|
@ -123,10 +123,10 @@ newSeasonMenu = Menu "SEASON TYPE" ()
|
|||
$ resetYtd
|
||||
. clearRookies
|
||||
. resetStandings
|
||||
. startNewGame
|
||||
. backHome
|
||||
, MenuItem 'P' "PLAYOFFS" $ modify
|
||||
$ resetStandings
|
||||
. startNewGame
|
||||
. backHome
|
||||
]
|
||||
|
||||
-- | The game type menu (home/away)
|
||||
|
|
Loading…
Reference in New Issue
Block a user