diff --git a/launcher/core/src/squareboot.cpp b/launcher/core/src/squareboot.cpp index 3fd0227..8a4e573 100644 --- a/launcher/core/src/squareboot.cpp +++ b/launcher/core/src/squareboot.cpp @@ -50,12 +50,9 @@ void SquareBoot::bootCheck(const LoginInformation& info) { } void SquareBoot::checkGateStatus(LoginInformation* info) { - QUrlQuery query; - query.addQueryItem("", QString::number(QDateTime::currentMSecsSinceEpoch())); - QUrl url; url.setUrl("https://frontier.ffxiv.com/worldStatus/gate_status.json"); - url.setQuery(query); + url.setQuery(QString::number(QDateTime::currentMSecsSinceEpoch())); QNetworkRequest request; request.setUrl(url);