actually fix it
This commit is contained in:
parent
9bb2edf1eb
commit
6d74958de9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user