Skip to content

Commit 702f1e6

Browse files
authored
Revert "Fix VMFConfig not loaded on project startup (#50)" (#51)
This reverts commit d57b167.
1 parent d57b167 commit 702f1e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addons/godotvmf/godotvmf.gd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ func _enter_tree() -> void:
3838
entity_context_plugin = VMFEntityContextMenu.new();
3939
add_context_menu_plugin(EditorContextMenuPlugin.CONTEXT_SLOT_FILESYSTEM, entity_context_plugin);
4040

41-
VMFConfig.load_config()
42-
4341
func _exit_tree():
42+
remove_autoload_singleton("VMFConfig");
4443
remove_custom_type("VMFNode");
4544
remove_custom_type("ValveIONode");
4645

0 commit comments

Comments
 (0)