mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Implemented context menu and multiple control tweaks
This commit is contained in:
@@ -141,7 +141,10 @@ export class ServerManager {
|
||||
}
|
||||
|
||||
setAddress(address: string) {
|
||||
this.#REST_ADDRESS = `${address.replace("vite/", "")}olympus`;
|
||||
this.#REST_ADDRESS = `${address.replace("vite/", "").replace("vite", "")}olympus`;
|
||||
// TODO: TEMPORARY FOR DEBUGGING
|
||||
// this.#REST_ADDRESS = `https://refugees.dcsolympus.com/olympus`;
|
||||
|
||||
console.log(`Setting REST address to ${this.#REST_ADDRESS}`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user