Browse Source

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

Rémi Verschelde 3 years ago
parent
commit
d7d528c15f
1 changed files with 0 additions and 4 deletions
  1. 0 4
      modules/gdscript/gdscript.cpp

+ 0 - 4
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
 
 	{