forked from mirror/openmw-tes3mp
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()
|
||||
{
|
||||
if (!mBaseNode)
|
||||
return "";
|
||||
|
||||
return mBaseNode->getName();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue