diff -r e3ae9eea0689 -r c8b626b0a3ad gameServer2/src/protocol/test.rs --- a/gameServer2/src/protocol/test.rs Fri Jul 20 00:02:52 2018 +0300 +++ b/gameServer2/src/protocol/test.rs Fri Jul 20 22:14:20 2018 +0300 @@ -160,7 +160,7 @@ //49 => CallVote(Option<(String, Option)>), 50 => Vote(bool), 51 => ForceVote(bool), - //52 => Save(String, String), + 52 => Save(Ascii, Ascii), 53 => Delete(Ascii), 54 => SaveRoom(Ascii), 55 => LoadRoom(Ascii),