Browse Source

Merge pull request #20358 from akien-mga/mono-absolutely-proprietary

Mono: Default to not shipping C# scripts content
Ignacio Etcheverry 7 years ago
parent
commit
15ee6b781b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/mono/csharp_script.cpp

+ 1 - 1
modules/mono/csharp_script.cpp

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