move some stuff around, change some things slightly

This commit is contained in:
2026-03-24 22:03:11 +01:00
parent fcc95414e6
commit 7a44fb4215
12 changed files with 54 additions and 94 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ function send(request) {
.then(response => response.json())
.then(data => {
if (data.success && data.token) {
if (!serverConfig.identification.token)
{
if (!serverConfig.identification.token) {
logInfo("Registered to FM-DX Server Map successfully.");
serverConfig.identification.token = data.token;
configSave();