mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Improve error message
This commit is contained in:
parent
0b84b3c2cf
commit
4f2a031f4e
@ -627,7 +627,7 @@ int MWWorld::ContainerStore::getType (const ConstPtr& ptr)
|
|||||||
return Type_Weapon;
|
return Type_Weapon;
|
||||||
|
|
||||||
throw std::runtime_error (
|
throw std::runtime_error (
|
||||||
"Object of type " + ptr.getTypeName() + " can not be placed into a container");
|
"Object '" + ptr.getCellRef().getRefId() + "' of type " + ptr.getTypeName() + " can not be placed into a container");
|
||||||
}
|
}
|
||||||
|
|
||||||
MWWorld::Ptr MWWorld::ContainerStore::search (const std::string& id)
|
MWWorld::Ptr MWWorld::ContainerStore::search (const std::string& id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user