From 467145d994bda1feb4c3388b84e1989526b29089 Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 31 Jan 2022 15:14:11 +0100 Subject: [PATCH] Disabled the plugin refresher addon. --- game/project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/project.godot b/game/project.godot index 6b3d2684..d9797e4c 100644 --- a/game/project.godot +++ b/game/project.godot @@ -358,7 +358,7 @@ window/size/ui_scale_touch=1.0 [editor_plugins] -enabled=PoolStringArray( "res://addons/Godoxel/plugin.cfg", "res://addons/color-palette/plugin.cfg", "res://addons/data_manager/plugin.cfg", "res://addons/godot-plugin-refresher/plugin.cfg", "res://addons/mat_maker_gd/plugin.cfg", "res://addons/mesh_data_resource_editor/plugin.cfg", "res://addons/world_generator/plugin.cfg" ) +enabled=PoolStringArray( "res://addons/Godoxel/plugin.cfg", "res://addons/color-palette/plugin.cfg", "res://addons/data_manager/plugin.cfg", "res://addons/mat_maker_gd/plugin.cfg", "res://addons/mesh_data_resource_editor/plugin.cfg", "res://addons/world_generator/plugin.cfg" ) [ess]