Skip to content

Commit

Permalink
Updated battlelobby for 85027
Browse files Browse the repository at this point in the history
  • Loading branch information
koliva8245 committed May 20, 2021
1 parent b925035 commit 3e6c78a
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 3e6c78a

Please sign in to comment.