mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: Fixed wrong server code activation
This commit is contained in:
parent
9525982161
commit
4f927faeb4
@ -179,7 +179,7 @@ export class OlympusApp {
|
||||
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
const server = urlParams.get("server");
|
||||
if (!server) {
|
||||
if (server === null) {
|
||||
this.setState(OlympusState.IDLE);
|
||||
/* If no profile exists already with that name, create it from scratch from the defaults */
|
||||
if (this.getProfile() === null) this.saveProfile();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user