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