mirror of
https://github.com/godotengine/regression-test-project.git
synced 2026-01-01 01:48:47 +03:00
AppProtocol class must be ignored
This is work for a PR https://github.com/godotengine/godot/pull/63631
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user