Mono: Default to not shipping C# scripts content

Fixes #20053.
This commit is contained in:
Rémi Verschelde 2018-07-22 17:28:17 +02:00
parent 2f365bb9bb
commit df170d81cc
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ void CSharpLanguage::init() {
#ifdef TOOLS_ENABLED
EditorNode::add_init_callback(&gdsharp_editor_init_callback);
GLOBAL_DEF("mono/export/include_scripts_content", true);
GLOBAL_DEF("mono/export/include_scripts_content", false);
#endif
}