Merge pull request #59065 from fabriceci/script-template-condition-too-wide

This commit is contained in:
Rémi Verschelde 2022-03-23 12:13:07 +01:00 committed by GitHub
commit d7d528c15f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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