diff --git a/main/source/init/tasks.cpp b/main/source/init/tasks.cpp index baf446eb0..71e80ace0 100644 --- a/main/source/init/tasks.cpp +++ b/main/source/init/tasks.cpp @@ -239,6 +239,7 @@ namespace hex::init { ContentRegistry::Settings::getSettingsData().clear(); ContentRegistry::CommandPaletteCommands::getEntries().clear(); + ContentRegistry::CommandPaletteCommands::getHandlers().clear(); ContentRegistry::PatternLanguage::getFunctions().clear(); ContentRegistry::PatternLanguage::getPragmas().clear();