Merge pull request #72 from RevoluPowered/add_app_protocol_to_ignored

Add app protocol to ignored classes
This commit is contained in:
Rafał Mikrut
2022-08-02 07:02:40 +02:00
committed by GitHub

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