force player position to upper case

This commit is contained in:
Jonathan Lamothe
2019-11-30 13:02:42 -05:00
parent 8af7974c8f
commit 05af939963
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ playerNamePrompt = strPrompt "Player name: " $
-- | Prompts for a new player's position
playerPosPrompt :: Prompt
playerPosPrompt = strPrompt "Player position: " $
playerPosPrompt = ucStrPrompt "Player position: " $
modify . (progMode.createPlayerStateL.cpsPosition .~)
-- | Prompts tor the goalie's number