forked from teamnwah/openmw-tes3coop
fixed reference creator error handling
This commit is contained in:
parent
e93ab383ea
commit
6fbffdb98f
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,9 @@ void CSVWorld::ReferenceCreator::reset()
|
||||||
|
|
||||||
std::string CSVWorld::ReferenceCreator::getErrors() const
|
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)
|
if (mCloneMode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue