This commit is contained in:
JohnCorby 2022-08-18 12:06:01 -07:00
parent 6827d937aa
commit 24634cf423

View File

@ -218,13 +218,7 @@ internal class QSBStandaloneProfileManager : IProfileManager
return;
}
var onNoProfilesExist = OnNoProfilesExist;
if (onNoProfilesExist == null)
{
return;
}
onNoProfilesExist();
OnNoProfilesExist?.Invoke();
}
private void LoadSaveFilesFromProfiles()