1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-15 14:56:36 +00:00

fix format

This commit is contained in:
Sebastian Fieber 2025-07-02 20:45:55 +02:00
parent e4439806ed
commit f5e24804ce

View file

@ -104,7 +104,6 @@ namespace MWLua
api["land"] = context.cachePackage("openmw_core_land", [context]() { return initCoreLandBindings(context); });
api["factions"]
= context.cachePackage("openmw_core_factions", [context]() { return initCoreFactionBindings(context); });
api["dialogue"]