File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,7 @@ namespace RTE {
57
57
if (className == " AtomGroup" || className == " Attachable" || className == " AEmitter" ) {
58
58
reader.ReportError (" The PresetName to be copied was not found in data modules." );
59
59
}
60
- std::string err = " ERROR: Couldn't find the preset '" + refName + " ' accessed in " + reader.GetCurrentFilePath () + " at line " + reader.GetCurrentFileLine ();
61
- // If we couldn't find the preset to copy from, read it as an original but report the problem in the console
62
- g_ConsoleMan.PrintString (err);
63
- g_ConsoleMan.Destroy ();
64
- // Abort the game with same error message
65
- RTEAssert (false , err);
60
+ reader.ReportError (" ERROR: Couldn't find the preset '" + refName + " ' accessed in " + reader.GetCurrentFilePath () + " at line " + reader.GetCurrentFileLine ());
66
61
}
67
62
} else if (propName == " PresetName" || propName == " InstanceName" ) {
68
63
SetPresetName (reader.ReadPropValue ());
You can’t perform that action at this time.
0 commit comments