diff --git a/desktop_version/src/editor.cpp b/desktop_version/src/editor.cpp index 4be20b40..edcb3404 100644 --- a/desktop_version/src/editor.cpp +++ b/desktop_version/src/editor.cpp @@ -2070,7 +2070,6 @@ void editorclass::save(std::string& _path) edentityElement->SetAttribute( "p5", edentity[i].p5); edentityElement->SetAttribute( "p6", edentity[i].p6); edentityElement->LinkEndChild( new TiXmlText( edentity[i].scriptname.c_str() )) ; - edentityElement->LinkEndChild( new TiXmlText( "" )) ; msg->LinkEndChild( edentityElement ); }