mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
Increment Lua API revision
This commit is contained in:
parent
c1f8d7c20a
commit
36a1e18b6f
@ -47,7 +47,7 @@ namespace MWLua
|
||||
{
|
||||
auto* lua = context.mLua;
|
||||
sol::table api(lua->sol(), sol::create);
|
||||
api["API_REVISION"] = 23;
|
||||
api["API_REVISION"] = 24;
|
||||
api["quit"] = [lua]()
|
||||
{
|
||||
Log(Debug::Warning) << "Quit requested by a Lua script.\n" << lua->debugTraceback();
|
||||
|
Loading…
Reference in New Issue
Block a user