From ffabb77456b197dd0aa0b84e0ae2a09b6b0bf0ef Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Mon, 1 Aug 2022 23:36:39 +0100 Subject: [PATCH] AppProtocol class must be ignored This is work for a PR https://github.com/godotengine/godot/pull/63631 --- AutomaticBugs/BasicData.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/AutomaticBugs/BasicData.gd b/AutomaticBugs/BasicData.gd index 67f46e8..3ba8ea6 100644 --- a/AutomaticBugs/BasicData.gd +++ b/AutomaticBugs/BasicData.gd @@ -200,6 +200,7 @@ var disabled_classes: Array = [ ### ### Crashes, Freezes ### + "AppProtocol", # AppProtocol singleton was recreated by script, should not instance it. "ProjectSettings", # Don't mess with project settings, because they can broke entire your workflow "EditorSettings", # Also don't mess with editor settings "GDScript", # Broke script