This commit is contained in:
2026-01-20 13:18:30 +03:00
parent 9b2fd4eff3
commit 238d501ac4
207 changed files with 30 additions and 88 deletions

View File

@@ -440,11 +440,6 @@ ServerSettings *DataParser::getServerSettings()
if(name == "Language"){
settings->Language = value;
}
if(name == "AutoStart"){
settings->isAutoStart = value.toInt();
}
}
}
}