Skip to content

Commit

Permalink
Syntax error lol
Browse files Browse the repository at this point in the history
  • Loading branch information
sub-kek authored Sep 1, 2024
1 parent b586c80 commit 0b1e3f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void start(Jukebox jukebox) {
if (!jukebox.isPlaying()) {
jukebox.update();
}
if (particleJukebox.lastUpdateTick != jukebox.getWorld()getTime())
if (particleJukebox.lastUpdateTick != jukebox.getWorld().getTime())
particleJukebox.lastUpdateTick = jukebox.getWorld().getTime() - 1; // Может быть... есть вариант получше? Я серьезно!
}, 1, 20);
}
Expand Down

0 comments on commit 0b1e3f3

Please sign in to comment.