diff options
author | Ignacio Etcheverry <neikeq@users.noreply.github.com> | 2018-07-23 03:05:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-23 03:05:36 +0200 |
commit | 15ee6b781bd3f946790fbe3d20be52d4f621b99a (patch) | |
tree | a5c25ad8dfadc7d3e4363e8c26c6940fb9f878d4 /modules/mono/csharp_script.cpp | |
parent | 4b549faaab40f09756b644d4ad4d9d63e3b5e70c (diff) | |
parent | df170d81ccf5aad64817091979708f95396cfc93 (diff) |
Merge pull request #20358 from akien-mga/mono-absolutely-proprietary
Mono: Default to not shipping C# scripts content
Diffstat (limited to 'modules/mono/csharp_script.cpp')
-rw-r--r-- | modules/mono/csharp_script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp index 62a6b96bb5..6efe9b283d 100644 --- a/modules/mono/csharp_script.cpp +++ b/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 } |