Skip to content

Commit

Permalink
bit nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Sep 22, 2020
1 parent 13e3851 commit bad7419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void reset() {
@Override
public void tick() {
String newChunkId = OpenAudioMcSpigot.getInstance().getPredictiveMediaService().locationToAudioChunkId(player.getLocation());

if (!newChunkId.equals(currentAudioChunkId)) {
currentAudioChunkId = newChunkId;

Expand Down

0 comments on commit bad7419

Please sign in to comment.