1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Remove no-longer-needed BDL permitNulls spec

This commit is contained in:
Bartłomiej Dach 2023-06-25 17:39:15 +02:00
parent 9862992af0
commit 7d9d7066cd
No known key found for this signature in database

View File

@ -32,7 +32,7 @@ namespace osu.Game.Tournament.Components
CornerRadius = 0;
}
[BackgroundDependencyLoader(true)]
[BackgroundDependencyLoader]
private void load(MatchIPCInfo? ipc, IAPIProvider api)
{
if (ipc != null)