mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Check media requests on the server more carefully
This commit is contained in:
parent
89eabb5803
commit
6df0de565f
4 changed files with 46 additions and 24 deletions
|
@ -515,7 +515,7 @@ private:
|
|||
void fillMediaCache();
|
||||
void sendMediaAnnouncement(session_t peer_id, const std::string &lang_code);
|
||||
void sendRequestedMedia(session_t peer_id,
|
||||
const std::vector<std::string> &tosend);
|
||||
const std::unordered_set<std::string> &tosend);
|
||||
void stepPendingDynMediaCallbacks(float dtime);
|
||||
|
||||
// Adds a ParticleSpawner on peer with peer_id (PEER_ID_INEXISTENT == all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue