add blank name option

This commit is contained in:
Martin Michelsen
2023-02-17 21:47:31 -08:00
parent 1eba82c739
commit 4946978ed7
5 changed files with 28 additions and 6 deletions
+1
View File
@@ -43,6 +43,7 @@ struct ClientOptions {
bool zero_remote_guild_card;
bool ep3_infinite_meseta;
bool red_name;
bool blank_name;
int64_t function_call_return_value; // -1 = don't block function calls
ClientOptions();