Merge pull request #14 from thearst3rd/mbg-restart-improvement

MBG - Don't pause when hitting restart button from EndGameGui on js
This commit is contained in:
RandomityGuy 2023-02-14 12:57:27 +05:30 committed by GitHub
commit 21283ce850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1283,7 +1283,6 @@ class MarbleWorld extends Scheduler {
this.saveReplay();
this.isRecording = true;
}
this.setCursorLock(true);
this.restart();
#if js
pointercontainer.hidden = true;