There are lots of negative values for racing_time in the player_map table. I don't know if people really play maps for >600 hours or if there's a bug somewhere. It just causes some interesting responses from the stats command sometimes.
The stats problem could also be from an sql overflow in summing the rows, only solution is to use BIGINT?
There are lots of negative values for racing_time in the player_map table. I don't know if people really play maps for >600 hours or if there's a bug somewhere. It just causes some interesting responses from the
statscommand sometimes.The
statsproblem could also be from an sql overflow in summing the rows, only solution is to use BIGINT?