Added ability to draw coalition areas (WIP)

This commit is contained in:
Davide Passoni
2024-07-26 17:00:09 +02:00
parent b993786301
commit 2d90c359f7
575 changed files with 300 additions and 24084 deletions

View File

@@ -175,7 +175,7 @@ export class ServerManager {
}
setAddress(address: string) {
this.#REST_ADDRESS = `${address}olympus`;
this.#REST_ADDRESS = `${address.replace('vite', '')}olympus`;
console.log(`Setting REST address to ${this.#REST_ADDRESS}`);
}