rust/hedgewars-server/src/protocol/test.rs
changeset 15111 1e45db229f9f
parent 15075 e935b1ad23f3
child 15112 6a1ba3540fa0
--- a/rust/hedgewars-server/src/protocol/test.rs	Mon Jun 03 23:15:05 2019 +0300
+++ b/rust/hedgewars-server/src/protocol/test.rs	Mon Jun 03 23:50:26 2019 +0300
@@ -216,7 +216,7 @@
             45 => MaxTeams(u8),
             46 => Fix(),
             47 => Unfix(),
-            48 => Greeting(Ascii),
+            48 => Greeting(Option<Ascii>),
             //49 => CallVote(Option<(String, Option<String>)>),
             50 => Vote(bool),
             51 => ForceVote(bool),