Skip to content

Commit

Permalink
Switched to input
Browse files Browse the repository at this point in the history
  • Loading branch information
Fonsan committed Sep 13, 2012
1 parent aa4f54f commit 9079cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/junebot/client.clj
Expand Up @@ -77,5 +77,5 @@
:draw draw
:key-pressed (fn [] (key-pressed client))
:size [1000 600])
(enqueue @client {:name (or player-name (JOptionPane/showMessageDialog nil "Please enter yourname"))})
(enqueue @client {:name (or player-name (JOptionPane/showInputDialog "Please enter yourname"))})
(map* change-world @client)))

0 comments on commit 9079cf4

Please sign in to comment.