actually fix it

This commit is contained in:
jake 2019-10-17 23:45:19 -07:00
parent 9bb2edf1eb
commit 6d74958de9

View File

@ -428,8 +428,8 @@ impl<EG: EntityGateway> ServerState for CharacterServerState<EG> {
client.security_data[5] = 1;
user.flags = 0;
self.entity_gateway.set_user(&user);
Box::new(vec![SendCharacterPacket::LoginResponse(LoginResponse::by_char_select(user.guildcard.unwrap_or(1),
user.team_id.unwrap_or(0),
Box::new(vec![SendCharacterPacket::LoginResponse(LoginResponse::by_char_select(user.guildcard.unwrap_or(0),
user.team_id.unwrap_or(1),
client.security_data)),
SendCharacterPacket::CharAck(CharAck {
flag: 0,