Skip to content

Commit

Permalink
fix: fix progress bar when multiplayer playback
Browse files Browse the repository at this point in the history
  • Loading branch information
WillowSauceR authored and WillowSauceR committed Aug 24, 2023
1 parent 1a1c957 commit 947fb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/music_player.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void send_music_sound_packet(void)
}
if (current_time)
set_music_boss_bar(player, music_queue_node_curr->total_time,
current_time, music_queue_node_curr->song_name);
music_queue_node_curr->note_queue_node->time, music_queue_node_curr->song_name);

if (note_node) {
music_queue_node_curr->note_queue_node = note_node;
Expand Down

0 comments on commit 947fb25

Please sign in to comment.