forked from teamnwah/openmw-tes3coop
fixed RefData::getHandle
This commit is contained in:
parent
ead04e1cc3
commit
1cecab6e3d
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ namespace MWWorld
|
||||||
|
|
||||||
std::string RefData::getHandle()
|
std::string RefData::getHandle()
|
||||||
{
|
{
|
||||||
|
if (!mBaseNode)
|
||||||
|
return "";
|
||||||
|
|
||||||
return mBaseNode->getName();
|
return mBaseNode->getName();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue