bring subcommand abstraction in line with main command abstraction

This commit is contained in:
Martin Michelsen
2022-04-03 11:00:14 -07:00
parent 9c33c2de46
commit fe9eceed5c
13 changed files with 882 additions and 489 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ struct Client {
bool infinite_hp; // cheats enabled
bool infinite_tp; // cheats enabled
bool switch_assist; // cheats enabled
PSOSubcommand last_switch_enabled_subcommand[3];
std::string last_switch_enabled_subcommand;
bool can_chat;
std::string pending_bb_save_username;
uint8_t pending_bb_save_player_index;