don't alert on crash, use modal instead

This commit is contained in:
Evan
2025-01-04 13:53:47 -08:00
parent 2760b1110f
commit ce60be9629
-1
View File
@@ -190,7 +190,6 @@ export class GameRunner {
this.stop()
const errorText = `Error: ${error.message}\nStack: ${error.stack}`;
consolex.error(errorText)
alert(`Game crashed! client id: ${this.clientID}\n Please paste the following in your bug report in Discord:\n` + errorText);
}
this.renderer.tick()
this.currTurn++