Skip to content

Commit

Permalink
Merge pull request #59065 from fabriceci/script-template-condition-to…
Browse files Browse the repository at this point in the history
…o-wide
  • Loading branch information
akien-mga authored Mar 23, 2022
2 parents c7bee09 + dae9790 commit d7d528c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/gdscript/gdscript.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

{
Expand Down

0 comments on commit d7d528c

Please sign in to comment.