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
-3
View File
@@ -1,3 +0,0 @@
[submodule "src/map/codec"]
path = src/map/codec
url = https://github.com/WarFrontIO/MapCodec
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2024 WarFront.io Team
Copyright (c) 2024 OpenFront.io Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+2 -2
View File
@@ -1,10 +1,10 @@
{
"name": "warfront-client",
"name": "openfront-client",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "warfront-client",
"name": "openfront-client",
"dependencies": {
"@datastructures-js/priority-queue": "^6.3.1",
"@types/dompurify": "^3.0.5",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "warfront-client",
"name": "openfront-client",
"scripts": {
"build-map": "node --loader ts-node/esm --experimental-specifier-resolution=node src/scripts/TerrainMapGenerator.ts",
"build-dev": "webpack --config webpack.config.js --mode development",
-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.");