fixed reference creator error handling

This commit is contained in:
Marc Zinnschlag 2014-09-18 12:39:29 +02:00
parent e93ab383ea
commit 6fbffdb98f

View file

@ -82,7 +82,9 @@ void CSVWorld::ReferenceCreator::reset()
std::string CSVWorld::ReferenceCreator::getErrors() const
{
std::string errors = GenericCreator::getErrors();
// We are ignoring errors coming from GenericCreator here, because the ID of the new
// record is internal and requires neither user input nor verification.
std::string errors;
if (mCloneMode)
{