1
0
Fork 0
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:
red-001 2017-04-26 20:10:13 +01:00 committed by Loïc Blot
parent 70ceeb80a1
commit ff1ef67dcc
4 changed files with 3 additions and 13 deletions

View file

@ -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; }