Don't pause when hitting restart button from EndGameGui on js

This commit is contained in:
Terry Hearst 2023-02-14 00:52:04 -05:00
parent 855fe096c9
commit b178f23885

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;