mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
fixed a problem with previous merge
This commit is contained in:
parent
1dc805d0d4
commit
058f2d0cce
@ -128,7 +128,7 @@ namespace ESMS
|
|||||||
cell = store.cells.searchExt (X, Y);
|
cell = store.cells.searchExt (X, Y);
|
||||||
|
|
||||||
if(cell == NULL)
|
if(cell == NULL)
|
||||||
throw str_exception("Exterior cell not found");
|
throw std::runtime_error("Exterior cell not found");
|
||||||
|
|
||||||
loadRefs(store, esm);
|
loadRefs(store, esm);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user