AppProtocol class must be ignored

This is work for a PR https://github.com/godotengine/godot/pull/63631
This commit is contained in:
Gordon MacPherson
2022-08-01 23:36:39 +01:00
parent 71ae48a28a
commit ffabb77456

View File

@@ -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