add $save command

This commit is contained in:
Martin Michelsen
2023-11-15 22:37:18 -08:00
parent 82c651a3ad
commit 722010c0f7
4 changed files with 34 additions and 4 deletions
+1
View File
@@ -218,6 +218,7 @@ struct Client : public std::enable_shared_from_this<Client> {
ServerBehavior server_behavior);
~Client();
void reschedule_save_game_data_event();
void reschedule_ping_and_timeout_events();
inline GameVersion version() const {