forked from mirror/openmw-tes3mp
fixed a problem with previous merge
This commit is contained in:
parent
1dc805d0d4
commit
058f2d0cce
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ namespace ESMS
|
|||
cell = store.cells.searchExt (X, Y);
|
||||
|
||||
if(cell == NULL)
|
||||
throw str_exception("Exterior cell not found");
|
||||
throw std::runtime_error("Exterior cell not found");
|
||||
|
||||
loadRefs(store, esm);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue