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"]