Created
January 15, 2015 14:25
-
-
Save battaile/72448d5e4444afd4449b to your computer and use it in GitHub Desktop.
Do we care that these are different?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When generating players for new league (core/league.js line 356) | |
profiles = ["Point", "Wing", "Big", ""]; | |
When generating players for new draft class (core/draft.js line 70) | |
profiles = ["Point", "Wing", "Big", "Big", ""]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checked out the histories in git blame, looks like its always been this way