remove mbp backport

This commit is contained in:
RandomityGuy 2022-12-19 22:31:16 +05:30
parent fece873cae
commit 7bbdea4d37

View file

@ -1237,10 +1237,6 @@ class MarbleWorld extends Scheduler {
timeTravelSound.stop();
timeTravelSound = null;
}
if (alarmSound != null) {
alarmSound.stop();
alarmSound = null;
}
}
}