Merge pull request #3 from thearst3rd/mbg-fix-h

MBG - Don't quit to menu when pressing H key while not recording
This commit is contained in:
RandomityGuy 2023-02-05 10:10:06 +05:30 committed by GitHub
commit fbed9848ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -915,11 +915,6 @@ class MarbleWorld extends Scheduler {
return; return;
} }
if (Key.isDown(Key.H)) {
this.isWatching = true;
this.restart();
}
this.updateTexts(); this.updateTexts();
} }