mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Remove duplicate semicolons
This commit is contained in:
@ -1360,7 +1360,7 @@ void CMapSaverJson::writeTranslations()
|
||||
if(Languages::getLanguageOptions(language).identifier.empty())
|
||||
{
|
||||
logGlobal->error("Serializing of unsupported language %s is not permitted", language);
|
||||
continue;;
|
||||
continue;
|
||||
}
|
||||
logGlobal->trace("Saving translations, language: %s", language);
|
||||
addToArchive(s.second, language + ".json");
|
||||
|
Reference in New Issue
Block a user