mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
fix: extractZipFile is not part of Client but more generic.
This solve a crash from mainmenu while extracting the zip
This commit is contained in:
parent
ba40b39500
commit
225d4541ff
5 changed files with 72 additions and 69 deletions
|
@ -384,8 +384,6 @@ public:
|
|||
bool loadMedia(const std::string &data, const std::string &filename,
|
||||
bool from_media_push = false);
|
||||
|
||||
bool extractZipFile(const char *filename, const std::string &destination);
|
||||
|
||||
// Send a request for conventional media transfer
|
||||
void request_media(const std::vector<std::string> &file_requests);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue