Commit 8e4d611a authored by mercury233's avatar mercury233

fix CtosMessage.JoinGame length

parent f4cbb511
......@@ -73,7 +73,7 @@ namespace WindBot.Game
packet = GamePacketFactory.Create(CtosMessage.JoinGame);
packet.Write(_proVersion);
packet.Write(junk);
packet.WriteUnicode(_roomInfo, 30);
packet.WriteUnicode(_roomInfo, 20);
Connection.Send(packet);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment