Update hashing method in line with master

This commit is contained in:
Dean Herbert
2018-11-30 17:36:06 +09:00
parent be37f3c328
commit 66e43e6ed9
4 changed files with 9 additions and 29 deletions

View File

@ -46,7 +46,9 @@ namespace osu.Game.Scoring.Legacy
score.ScoreInfo.Beatmap = currentBeatmap.BeatmapInfo;
score.ScoreInfo.User = score.Replay.User = new User { Username = sr.ReadString() };
score.ScoreInfo.MD5Hash = sr.ReadString();
// MD5Hash
sr.ReadString();
var count300 = (int)sr.ReadUInt16();
var count100 = (int)sr.ReadUInt16();