add name color proxy option

This commit is contained in:
Martin Michelsen
2023-02-10 10:48:02 -08:00
parent 649246cda2
commit 3bb061951d
4 changed files with 35 additions and 16 deletions
+1
View File
@@ -42,6 +42,7 @@ struct ClientOptions {
bool suppress_remote_login;
bool zero_remote_guild_card;
bool ep3_infinite_meseta;
bool red_name;
int64_t function_call_return_value; // -1 = don't block function calls
ClientOptions();