mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
ContentDB: Add overwrite dialog when content is already installed (#10768)
This commit is contained in:
parent
dd5a732fa9
commit
edd0836011
4 changed files with 84 additions and 5 deletions
|
@ -132,6 +132,8 @@ private:
|
|||
|
||||
static int l_copy_dir(lua_State *L);
|
||||
|
||||
static int l_is_dir(lua_State *L);
|
||||
|
||||
static int l_extract_zip(lua_State *L);
|
||||
|
||||
static int l_may_modify_path(lua_State *L);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue