Startup without pluginregistry.cfg should not violate assertion

This commit is contained in:
Paul Licameli 2021-05-19 07:19:38 -04:00
parent 55ddb32791
commit c35f7d35cc
1 changed files with 1 additions and 0 deletions

View File

@ -1944,6 +1944,7 @@ void PluginManager::Load()
{
// Must start over
registry.DeleteAll();
registry.Flush();
return;
}