mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
fixed reference creator error handling
This commit is contained in:
parent
e93ab383ea
commit
6fbffdb98f
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user