diff -r c5edfcfac68b -r 4664da990556 gameServer2/src/protocol/messages.rs --- a/gameServer2/src/protocol/messages.rs Wed Sep 05 18:09:06 2018 +0300 +++ b/gameServer2/src/protocol/messages.rs Wed Sep 05 19:22:29 2018 +0300 @@ -20,7 +20,7 @@ Nick(String), Proto(u16), Password(String, String), - Checker(u32, String, String), + Checker(u16, String, String), // lobby List, Chat(String),