Add core.remove_detached_inventory (#7684)
Breaks backwards compatibility for good Bump protocol version
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user