1
0
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:
trav5 2024-04-30 21:46:20 +02:00
parent 9743276332
commit 2cdfaa69b3

View File

@ -291,7 +291,7 @@ namespace
}
if (rec.mFactionLess)
{
return "";
return sol::optional<std::string>("");
}
return rec.mFaction.serializeText();
});