Fix invalid note blocks message appearing twice

This commit is contained in:
Semmieboy YT 2022-05-31 15:21:53 +02:00
parent 79dc952732
commit 9da9c6bec8

View File

@ -52,6 +52,7 @@ public class SongPlayer implements ClientTickEvents.StartWorldTick {
@Override
public void onStartTick(ClientWorld world) {
if (!running) return;
if (noteBlocks == null) {
noteBlocks = new HashMap<>();