Skip to content

Commit

Permalink
let it looks better
Browse files Browse the repository at this point in the history
  • Loading branch information
BillGoldenWater committed Jul 29, 2020
1 parent d891183 commit 4608377
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void initMidi(JavaPlugin plugin, Player player, File midiFile, boolean us
// midiData.put("trackCount",a);
// trackID++;
// }
// }s
// }

List<Long> event = new ArrayList<>();

Expand Down Expand Up @@ -200,6 +200,7 @@ public void initMidi(JavaPlugin plugin, Player player, File midiFile, boolean us
if (!event.isEmpty()) {
trackData.add(event);
}

}
if (!trackData.isEmpty()) {
if(i!=0){
Expand Down

0 comments on commit 4608377

Please sign in to comment.