mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 18:05:22 +02:00
Separate ephemeral from client caching in core.dynamic_add_media()
This commit is contained in:
@@ -302,6 +302,7 @@ public:
|
||||
u32 token;
|
||||
std::string to_player;
|
||||
bool ephemeral = false;
|
||||
bool client_cache = true;
|
||||
};
|
||||
bool dynamicAddMedia(const DynamicMediaArgs &args);
|
||||
|
||||
|
Reference in New Issue
Block a user