barrett777 / Heroes.ReplayParser

A C# library for parsing Heroes of the Storm replay files (.StormReplay)
MIT License
223 stars 95 forks source link

Updated for the case of no battle tag for a player #93

Closed koliva8245 closed 4 years ago

koliva8245 commented 4 years ago

Cursed Hollow_NoBattleTag.zip

This updates the full battlelobby parsing to account for player's with no battletag, however the other simple methods to obtains only the battletag do not work.

GetBattleTags() will get random digits for the number tag of the no-name player.
StandaloneBattleLobbyParser.Parse() will get x-1 players.

No idea how to want to fix these, but you could always look the TID and work from there I guess.

Zemill commented 4 years ago

What does the return look like when there is no battletag?

koliva8245 commented 4 years ago

Return of what? It's an empty string.