The typo prevents the SafeCreteaNamedObject function from working properly.
@@ -81,7 +81,7 @@ function EditorCore::SafeCreateNamedObject(%this, %name, %object)
if(isObject(%name))
{
%originalObject = nameToID(%name);
- if(%orginalObject.getClassName() !$= %object.getClassName())
+ if(%originalObject.getClassName() !$= %object.getClassName())
warn("Attempted to change the class of the named object " @ %name @ "!");
warn("Original Class: " @ %originalObject.getClassName());
@@ -81,7 +81,7 @@ function AppCore::SafeCreateNamedObject(%this, %name, %object)