mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
meesa 2
This commit is contained in:
parent
6827d937aa
commit
24634cf423
@ -218,13 +218,7 @@ internal class QSBStandaloneProfileManager : IProfileManager
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var onNoProfilesExist = OnNoProfilesExist;
|
OnNoProfilesExist?.Invoke();
|
||||||
if (onNoProfilesExist == null)
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
onNoProfilesExist();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void LoadSaveFilesFromProfiles()
|
private void LoadSaveFilesFromProfiles()
|
||||||
|
Loading…
Reference in New Issue
Block a user