diff --git a/register_types.cpp b/register_types.cpp index 96a5f5a..f737472 100644 --- a/register_types.cpp +++ b/register_types.cpp @@ -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(); + //EditorPlugins::add_by_type(); } #endif }