From 0a5e77132ae8c495c50cfc58bbe4ce1bfcd377e3 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Wed, 10 Oct 2018 20:48:58 +0200 Subject: Add core.remove_detached_inventory (#7684) Breaks backwards compatibility for good Bump protocol version --- src/script/lua_api/l_inventory.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script/lua_api/l_inventory.h') diff --git a/src/script/lua_api/l_inventory.h b/src/script/lua_api/l_inventory.h index 2b7910ac3..94f670c9d 100644 --- a/src/script/lua_api/l_inventory.h +++ b/src/script/lua_api/l_inventory.h @@ -120,6 +120,8 @@ class ModApiInventory : public ModApiBase { private: static int l_create_detached_inventory_raw(lua_State *L); + static int l_remove_detached_inventory_raw(lua_State *L); + static int l_get_inventory(lua_State *L); public: -- cgit v1.2.3