diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-03-23 12:13:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 12:13:07 +0100 |
commit | d7d528c15f0e858b52bb0f510ff47e65c2341de1 (patch) | |
tree | 301f24b4baddeb8b119ac96467157e0adf9d7098 | |
parent | c7bee09bbdc3e9a86ad21cecedd25fe14182a6b9 (diff) | |
parent | dae97909bdbe1064e279165b60ea509f3b3ea27c (diff) |
Merge pull request #59065 from fabriceci/script-template-condition-too-wide
-rw-r--r-- | modules/gdscript/gdscript.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/gdscript/gdscript.cpp b/modules/gdscript/gdscript.cpp index c12c1a43a3..d415684d10 100644 --- a/modules/gdscript/gdscript.cpp +++ b/modules/gdscript/gdscript.cpp @@ -827,10 +827,6 @@ Error GDScript::reload(bool p_keep_state) { if (basedir.begins_with(EditorSettings::get_singleton()->get_project_script_templates_dir())) { return OK; } -#else - if (source.contains("_BASE_")) { - return OK; - } #endif { |