1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-20 15:41:32 +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();
});