Timmeey86 / CustomTrainingStatisticsPlugin

GNU General Public License v3.0
2 stars 1 forks source link

Bug: Rarely, the number of goals jumps up by a high amount #24

Closed Timmeey86 closed 2 years ago

Timmeey86 commented 2 years ago

Bug

Reproducer: Shoot an own goal in custom training

BrandonMcBride4 commented 2 years ago

It counts up every tick that the ball is in the blue goal, even while the ball is exploding. It stops counting up when the replay starts or when the ball exits the blue goal.

Timmeey86 commented 2 years ago

It would be easy to exclude everything after the first goal per attempt. However, a proper fix would not count an own goal at all (If anything, we could decrement the goal counter in that case lol)