diff --git a/src/client/GameRunner.ts b/src/client/GameRunner.ts index 40cfaf0ab..444f39e1f 100644 --- a/src/client/GameRunner.ts +++ b/src/client/GameRunner.ts @@ -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++