mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-26 00:37:44 +00:00
Don't add empty service accounts
This commit is contained in:
parent
26e22843c5
commit
a7f60fab4d
1 changed files with 0 additions and 2 deletions
|
@ -128,8 +128,6 @@ async fn send_account_list(socket: &mut WriteHalf<TcpStream>, state: &State) {
|
||||||
name: "FINAL FANTASY XIV".to_string(),
|
name: "FINAL FANTASY XIV".to_string(),
|
||||||
}]
|
}]
|
||||||
.to_vec();
|
.to_vec();
|
||||||
// add any empty boys
|
|
||||||
service_accounts.resize(8, ServiceAccount::default());
|
|
||||||
|
|
||||||
let service_account_list = IPCStructData::LobbyServiceAccountList {
|
let service_account_list = IPCStructData::LobbyServiceAccountList {
|
||||||
sequence: 0,
|
sequence: 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue