mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-30 21:32:42 +00:00
ESM::Dialogue Lua bindings: Fixes in speaker faction and DialogueRecordInfo docs [correction]
This commit is contained in:
parent
9743276332
commit
2cdfaa69b3
@ -291,7 +291,7 @@ namespace
|
||||
}
|
||||
if (rec.mFactionLess)
|
||||
{
|
||||
return "";
|
||||
return sol::optional<std::string>("");
|
||||
}
|
||||
return rec.mFaction.serializeText();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user