We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57b167 commit 702f1e6Copy full SHA for 702f1e6
addons/godotvmf/godotvmf.gd
@@ -38,9 +38,8 @@ func _enter_tree() -> void:
38
entity_context_plugin = VMFEntityContextMenu.new();
39
add_context_menu_plugin(EditorContextMenuPlugin.CONTEXT_SLOT_FILESYSTEM, entity_context_plugin);
40
41
- VMFConfig.load_config()
42
-
43
func _exit_tree():
+ remove_autoload_singleton("VMFConfig");
44
remove_custom_type("VMFNode");
45
remove_custom_type("ValveIONode");
46
0 commit comments