mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-03 08:06:43 +00:00
Merge pull request #1626
This commit is contained in:
commit
7f39dbb129
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ namespace MWWorld
|
||||||
const ESM::Cell *ptr = search(id);
|
const ESM::Cell *ptr = search(id);
|
||||||
if (ptr == 0) {
|
if (ptr == 0) {
|
||||||
std::ostringstream msg;
|
std::ostringstream msg;
|
||||||
msg << "Interior cell '" << id << "' not found";
|
msg << "Cell '" << id << "' not found";
|
||||||
throw std::runtime_error(msg.str());
|
throw std::runtime_error(msg.str());
|
||||||
}
|
}
|
||||||
return ptr;
|
return ptr;
|
||||||
|
|
Loading…
Reference in a new issue