replace TRANSLATIONS_BASE_URL with TRANSLATION_FILES_URL

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-09-16 17:51:35 +03:00
parent 2e537e55de
commit e53a5b3eca
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
2 changed files with 3 additions and 3 deletions

View file

@ -171,7 +171,7 @@ class Config {
QString LIBRARY_BASE = "https://libraries.minecraft.net/";
QString IMGUR_BASE_URL = "https://api.imgur.com/3/";
QString FMLLIBS_BASE_URL;
QString TRANSLATIONS_BASE_URL;
QString TRANSLATION_FILES_URL;
QString MODPACKSCH_API_BASE_URL = "https://api.modpacks.ch/";