add infinite ep3 meseta and ability to save media updates

This commit is contained in:
Martin Michelsen
2022-12-30 23:05:50 -08:00
parent 007e439281
commit 1dbdd3f191
5 changed files with 85 additions and 21 deletions
+1
View File
@@ -40,6 +40,7 @@ struct ClientOptions {
bool enable_chat_filter;
bool suppress_remote_login;
bool zero_remote_guild_card;
bool ep3_infinite_meseta;
int64_t function_call_return_value; // -1 = don't block function calls
ClientOptions();