1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00:00

Separate ephemeral from client caching in core.dynamic_add_media()

This commit is contained in:
sfan5 2025-08-26 16:34:50 +02:00
parent 0b66465f33
commit 5672b93007
5 changed files with 9 additions and 4 deletions

View file

@ -302,6 +302,7 @@ public:
u32 token;
std::string to_player;
bool ephemeral = false;
bool client_cache = true;
};
bool dynamicAddMedia(const DynamicMediaArgs &args);