More work on coalition areas drawing

This commit is contained in:
Davide Passoni
2024-07-31 08:34:59 +02:00
parent 2d90c359f7
commit 1e72f15876
14 changed files with 382 additions and 149 deletions

View File

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