Remove unnecessary properties and parameters

This commit is contained in:
Dean Herbert
2021-11-04 13:33:54 +09:00
parent 3453160a8b
commit 05f1fd4bc9
3 changed files with 9 additions and 8 deletions

View File

@ -119,7 +119,7 @@ namespace osu.Game.Screens.OnlinePlay.Components
try
{
foreach (var pi in room.Playlist)
pi.MapObjects(beatmaps, rulesets);
pi.MapObjects(rulesets);
var existing = rooms.FirstOrDefault(e => e.RoomID.Value == room.RoomID.Value);
if (existing == null)