If they are booted does this eliminate the bug where the scores are reset back to prevoius state?
Arnk Kilo Dylie - Sat Aug 26, 2006 1:36 am
Post subject:
I will put money on asss going out of its way to not have the same bugs as subgame.
Grelminar - Sat Aug 26, 2006 5:36 am
Post subject:
Not the ones that I never knew existed. From looking at the code, it appears to be a race, so the results may be different depending on timing. I _think_ that the new login will have their scores loaded before the old login has them written, so this bug is sort-of present. The good part is that scores are saved ever 3 minutes by default, so they can only go up to 3 minutes back in time.
Fixing this properly would probably involve putting the new player in a "holding" state and not proceed with the login until the old player has fully disconnected.
Update: this was easy, and it's fixed in the current code.