mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 09:40:44 +00:00
remove references to warfront
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
[submodule "src/map/codec"]
|
||||
path = src/map/codec
|
||||
url = https://github.com/WarFrontIO/MapCodec
|
||||
@@ -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
|
||||
|
||||
Generated
+2
-2
@@ -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
@@ -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",
|
||||
|
||||
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user