mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-20 17:14:44 +01:00
ESSEditorPlugin is unfinished, it was not meant to be registered at the moment.
This commit is contained in:
parent
81532dc6b0
commit
5191c098c2
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user