mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Merge remote-tracking branch 'potatoesmaster/1071'
This commit is contained in:
commit
7f12733463
@ -2071,6 +2071,12 @@ namespace MWWorld
|
|||||||
{
|
{
|
||||||
contentLoader.load(col.getPath(*it), idx);
|
contentLoader.load(col.getPath(*it), idx);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
std::stringstream msg;
|
||||||
|
msg << "Failed loading " << *it << ": the content file does not exist";
|
||||||
|
throw std::runtime_error(msg.str());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user