diff -r c85b324c4c2d -r 1ee192f13456 gameServer2/src/protocol/messages.rs --- a/gameServer2/src/protocol/messages.rs Thu Jul 12 14:46:16 2018 +0200 +++ b/gameServer2/src/protocol/messages.rs Fri Jul 13 19:52:19 2018 +0300 @@ -18,7 +18,7 @@ Info(String), // not entered state Nick(String), - Proto(u32), + Proto(u16), Password(String, String), Checker(u32, String, String), // lobby @@ -76,7 +76,7 @@ Pong, Bye(String), Nick(String), - Proto(u32), + Proto(u16), LobbyLeft(String, String), LobbyJoined(Vec), ChatMsg {nick: String, msg: String},