ESSEditorPlugin is unfinished, it was not meant to be registered at the moment.

This commit is contained in:
Relintai 2023-01-08 16:46:28 +01:00
parent 81532dc6b0
commit 5191c098c2

View File

@ -279,7 +279,7 @@ void initialize_entity_spell_system_module(ModuleInitializationLevel p_level) {
#ifdef TOOLS_ENABLED
if (p_level == MODULE_INITIALIZATION_LEVEL_EDITOR) {
EditorPlugins::add_by_type<ESSEditorPlugin>();
//EditorPlugins::add_by_type<ESSEditorPlugin>();
}
#endif
}