We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae191e0 commit 487cd0dCopy full SHA for 487cd0d
core/data/impl/nodeimpl.py
@@ -60,7 +60,7 @@
60
LOGIN_URL = 'https://api.digitalcombatsimulator.com/gameapi/login/'
61
LOGOUT_URL = 'https://api.digitalcombatsimulator.com/gameapi/logout/'
62
UPDATER_URL = 'https://api.digitalcombatsimulator.com/gameapi/updater/branch/{}/'
63
-LICENSES_URL = 'https://api.digitalcombatsimulator.com/checklicenses.php'
+LICENSES_URL = 'https://www.digitalcombatsimulator.com/checklicenses.php'
64
65
# Internationalisation
66
_ = get_translation('core')
0 commit comments