Skip to content

Commit

Permalink
Merge pull request #115 from koliva8245/battlelobby-85027
Browse files Browse the repository at this point in the history
Updated battlelobby for 85027
  • Loading branch information
barrett777 authored May 20, 2021
2 parents b925035 + 3e6c78a commit 1ceb8fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Heroes.ReplayParser/MPQFiles/ReplayServerBattlelobby.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ private static void DetailedParse(BitReader bitReader, Replay replay, uint s2maC
}
}

if (replay.ReplayBuild >= 85027)
bitReader.ReadByte(); // could contain m_disabledHeroList

// Player info
// ------------------------

Expand Down

0 comments on commit 1ceb8fd

Please sign in to comment.