remove references to warfront

This commit is contained in:
Evan
2024-12-03 20:17:58 -08:00
parent 019635e523
commit 5abe60070b
5 changed files with 4 additions and 8 deletions
-1
View File
@@ -175,7 +175,6 @@ export class GameRunner {
this.gs.addExecution(...this.executor.createExecs(this.turns[this.currTurn]))
try {
this.gs.executeNextTick()
throw Error("test")
} catch (error) {
const errorText = `Error: ${error.message}\nStack: ${error.stack}`;
alert("Game crashed! Error info copied to clipboard. Please paste this in your bug report in Discord.");