Explorar o código

Restrict the condition when checking if a script is a template

fabriceci %!s(int64=3) %!d(string=hai) anos
pai
achega
dae97909bd
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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
 
 	{