Skip to content

Instantly share code, notes, and snippets.

@battaile
Created January 15, 2015 14:25
Show Gist options
  • Save battaile/72448d5e4444afd4449b to your computer and use it in GitHub Desktop.
Save battaile/72448d5e4444afd4449b to your computer and use it in GitHub Desktop.
Do we care that these are different?
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", ""];
@battaile
Copy link
Author

Checked out the histories in git blame, looks like its always been this way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment