gameServer2/src/protocol/messages.rs
changeset 13798 4664da990556
parent 13796 59ea2403f62d
child 13800 0118b7412570
--- 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),