aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumlib/src/command.rs')
-rw-r--r--mumlib/src/command.rs1
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,