mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Client: Don't send `TOSERVER_RECEIVED_MEDIA` since it's not used anymore Server: Handle `TOSERVER_RECEIVED_MEDIA` using `Server::handleCommand_Deprecated`
This commit is contained in:
parent
70ceeb80a1
commit
ff1ef67dcc
4 changed files with 3 additions and 13 deletions
|
@ -484,8 +484,6 @@ public:
|
|||
bool loadMedia(const std::string &data, const std::string &filename);
|
||||
// Send a request for conventional media transfer
|
||||
void request_media(const std::vector<std::string> &file_requests);
|
||||
// Send a notification that no conventional media transfer is needed
|
||||
void received_media();
|
||||
|
||||
LocalClientState getState() { return m_state; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue