|
Major Bug Fix!
When the game introduces a new player, sometimes the player ID doesn't just go one higher than the last player. Sometimes it decides to sneak in and use an old player ID. I didn't know that. So that caused a lot of problems if a player say... 1451 randomly popped up after you run the baseline. Because the baseline doesn't know who 1451 is, it just decides to compare it to the previous guy in the baseline who may be 1450. That makes all the comparison's off by one guy, and you get results that look like:
Player A batting power rating changed from 79 to 1.
And that might give you a heart attack if Player A is your stud clean up guy.
So, now the program checks player ID's to make sure that we're on the same page.
Feeder league bug also fixed.
So, download the latest version!!!
|