mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 15:41:32 +00:00
Increment Lua API revision
This commit is contained in:
parent
c1f8d7c20a
commit
36a1e18b6f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace MWLua
|
||||||
{
|
{
|
||||||
auto* lua = context.mLua;
|
auto* lua = context.mLua;
|
||||||
sol::table api(lua->sol(), sol::create);
|
sol::table api(lua->sol(), sol::create);
|
||||||
api["API_REVISION"] = 23;
|
api["API_REVISION"] = 24;
|
||||||
api["quit"] = [lua]()
|
api["quit"] = [lua]()
|
||||||
{
|
{
|
||||||
Log(Debug::Warning) << "Quit requested by a Lua script.\n" << lua->debugTraceback();
|
Log(Debug::Warning) << "Quit requested by a Lua script.\n" << lua->debugTraceback();
|
||||||
|
|
Loading…
Reference in a new issue