mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 08:33:55 +09:00
Fix nullref error on re-importing a DeletePending beatmap
Callback was expecting the beatmap to be populated where it wasn't being.
This commit is contained in:
@ -178,6 +178,8 @@ namespace osu.Game.Database
|
|||||||
|
|
||||||
if (existing != null)
|
if (existing != null)
|
||||||
{
|
{
|
||||||
|
GetChildren(existing);
|
||||||
|
|
||||||
if (existing.DeletePending)
|
if (existing.DeletePending)
|
||||||
{
|
{
|
||||||
existing.DeletePending = false;
|
existing.DeletePending = false;
|
||||||
|
Reference in New Issue
Block a user