fixed formatting of goal data confirmation prompt
This commit is contained in:
parent
7da4c54e65
commit
0aa2b49ba2
|
@ -228,7 +228,9 @@ confirmGoalDataC = Controller
|
|||
(\pid -> " Assisted by: " ++
|
||||
playerSummary (fromJust $ nth pid players))
|
||||
(gs^.assistsBy) ++
|
||||
[ "Is the above information correct? (Y/N)" ]
|
||||
[ ""
|
||||
, "Is the above information correct? (Y/N)"
|
||||
]
|
||||
C.drawString msg
|
||||
return C.CursorInvisible
|
||||
, handleController = \e -> do
|
||||
|
|
Loading…
Reference in New Issue
Block a user