diff options
Diffstat (limited to 'mumlib')
| -rw-r--r-- | mumlib/src/command.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumlib/src/command.rs b/mumlib/src/command.rs index 48174fc..c5d4676 100644 --- a/mumlib/src/command.rs +++ b/mumlib/src/command.rs @@ -115,6 +115,7 @@ pub enum CommandResponse { Pong, ServerConnect { welcome_message: Option<String>, + server_state: Server, }, ServerStatus { version: u32, |
