You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A typical round would be stored in the API wtih all the information needed, however for the last round of the half, and last round of the game, the winner and win_type are stored as nulls. This is consistent throughout all demos I've tested with
Barsnes
changed the title
Round 15 and winning round store win_type and winner incorrectly
Last round of half and game will store win_type and winner incorrectly
Aug 22, 2020
It seems like its the way demos are saved - some config system (ex ESEA) makes demos not sending the same data as on live matches, therefore making demos unusable. I will look into it though
It seems like its the way demos are saved - some config system (ex ESEA) makes demos not sending the same data as on live matches, therefore making demos unusable. I will look into it though
I've done some testing and it seems like it's because of the way eBot sends data and ends round 15 and the last round
A typical round would be stored in the API wtih all the information needed, however for the last round of the half, and last round of the game, the
winner
andwin_type
are stored as nulls. This is consistent throughout all demos I've tested withcorrect:
incorrect:
The text was updated successfully, but these errors were encountered: