Skip to content

Commit

Permalink
fix..
Browse files Browse the repository at this point in the history
No idea what I was thinking there
  • Loading branch information
Piotrekol committed Sep 5, 2017
1 parent 62aa3c7 commit be0b978
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CollectionManagerDll/DataTypes/Collection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ private void ProcessNewlyAddedMap(BeatmapExtension map)
{
lock (LoadedMaps.LockingObject)
{
if (LoadedMaps.Beatmaps.Count == 0)
{
UnknownBeatmaps.Add(map);
return;
}
if (LoadedMaps.LoadedBeatmapsMd5Dict.ContainsKey(map.Md5))
{
var knownMap = LoadedMaps.LoadedBeatmapsMd5Dict[map.Md5];
Expand Down

0 comments on commit be0b978

Please sign in to comment.