mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Merge remote-tracking branch 'maqifrnswa/bug2407'
This commit is contained in:
commit
2e31f01585
@ -316,6 +316,7 @@ namespace MWScript
|
|||||||
store = MWBase::Environment::get().getWorld()->getExterior(cx,cy);
|
store = MWBase::Environment::get().getWorld()->getExterior(cx,cy);
|
||||||
if(!cell)
|
if(!cell)
|
||||||
{
|
{
|
||||||
|
runtime.getContext().report ("unknown cell (" + cellID + ")");
|
||||||
std::cerr << "unknown cell (" << cellID << ")\n";
|
std::cerr << "unknown cell (" << cellID << ")\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -428,6 +429,7 @@ namespace MWScript
|
|||||||
store = MWBase::Environment::get().getWorld()->getExterior(cx,cy);
|
store = MWBase::Environment::get().getWorld()->getExterior(cx,cy);
|
||||||
if(!cell)
|
if(!cell)
|
||||||
{
|
{
|
||||||
|
runtime.getContext().report ("unknown cell (" + cellID + ")");
|
||||||
std::cerr << "unknown cell (" << cellID << ")\n";
|
std::cerr << "unknown cell (" << cellID << ")\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user