mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 21:41:35 +00:00
ESM::Dialogue Lua bindings: Fixes in speaker faction and DialogueRecordInfo docs [correction]
This commit is contained in:
parent
9743276332
commit
2cdfaa69b3
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ namespace
|
|||
}
|
||||
if (rec.mFactionLess)
|
||||
{
|
||||
return "";
|
||||
return sol::optional<std::string>("");
|
||||
}
|
||||
return rec.mFaction.serializeText();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue