Fix get_of() returning identical values for both pull sides on switch hitters
#5
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-card-creation#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
creation_helpers.py:939-943— Bothpull_side=Trueandpull_side=Falsereturn the same value for switch hitters ('rf' if pull_side else 'rf'and'lf' if pull_side else 'lf'). Copy-paste error means all switch-hitter opposite-field calculations get wrong outfield direction.Priority: high | Labels: bug