Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 8add46e

Browse files
committed
Fix error message
1 parent b87f3ba commit 8add46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System/Entity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace RTE {
5757
if (className == "AtomGroup" || className == "Attachable" || className == "AEmitter") {
5858
reader.ReportError("The PresetName to be copied was not found in data modules.");
5959
}
60-
reader.ReportError("ERROR: Couldn't find the preset '" + refName + "' accessed in " + reader.GetCurrentFilePath() + " at line " + reader.GetCurrentFileLine());
60+
reader.ReportError("Couldn't find the preset '" + refName + " when trying to do CopyOf.");
6161
}
6262
} else if (propName == "PresetName" || propName == "InstanceName") {
6363
SetPresetName(reader.ReadPropValue());

0 commit comments

Comments
 (0)