Play button won't play

So when I package my game, I run into the strange issue of my main menu’s play button not working. I have double-checked making sure that the map being called is the appropriate name. I have no errors in the build. Am I missing something here?

What happens?

Do you have mouse clicking enabled inside of your player controller? (hooked up to it’s begin play)

I have two buttons. One is QUIT the other is PLAY. Play does nothing at all when being clicked, Quit works as I’d expect and closes the game.

I do not, however, I’m certainly willing to try that.