fix bug causing private subcommands to get truncated

This commit is contained in:
Martin Michelsen
2022-04-03 23:36:22 -07:00
parent 139ccb27c8
commit 54f01713bc
4 changed files with 45 additions and 18 deletions
+1 -1
View File
@@ -1017,7 +1017,7 @@ void send_player_leave_notification(shared_ptr<Lobby> l, uint8_t leaving_client_
}
void send_get_player_info(shared_ptr<Client> c) {
send_command(c, 0x95);
send_command(c, 0x95, 0x00);
}