-
-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I think this is something new on account of the release of 1.3, but I'm noticing that some of my old code is broken because it looks like ff_starters() is using a different method for fetching player position than previously.
Previously, both ff_playerscores() and ff_starters() displayed MFL default position for the "pos" variable. But now, ff_starters() displays the custom position, while ff_playerscores() still displays MFL default.
It makes sense to me that in ff_starters() you want to display the position the player actually started at rather than his default position, but for people like me who are joining df's together by a shared variable like "pos", this presents an issue.
I'm not sure I know the best fix for something like this, but is it possible to have separate columns in both for default and custom position? Or, if you think keeping it inconsistent is the best way forward, I can just change my code to account for it.