mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 12:18:12 +00:00
don't alert on crash, use modal instead
This commit is contained in:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user