bring subcommand abstraction in line with main command abstraction
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user