From: ShadowNinja Date: Wed, 7 May 2014 04:01:24 +0000 (-0400) Subject: Add write_json() to the async API X-Git-Tag: 0.4.10~136 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fef2729fd0945601e6772780514ee55fec35b068;p=oweals%2Fminetest.git Add write_json() to the async API --- diff --git a/src/script/lua_api/l_util.cpp b/src/script/lua_api/l_util.cpp index 7babaaf71..f26a88a93 100644 --- a/src/script/lua_api/l_util.cpp +++ b/src/script/lua_api/l_util.cpp @@ -308,6 +308,7 @@ void ModApiUtil::InitializeAsync(AsyncEngine& engine) //ASYNC_API_FCT(setting_save); ASYNC_API_FCT(parse_json); + ASYNC_API_FCT(write_json); ASYNC_API_FCT(is_yes); }