Reduce build start delay

This commit is contained in:
hhhzzzsss 2023-06-16 20:25:08 -05:00
parent e8b78373ec
commit 155ac3bda3

View file

@ -293,7 +293,7 @@ public class SongHandler {
setCreativeIfNeeded();
stage.movePlayerToStagePosition();
currentSong.pause();
buildStartDelay = 40;
buildStartDelay = 20;
System.out.println("Total missing notes: " + stage.missingNotes.size());
for (int note : stage.missingNotes) {
int pitch = note % 25;