(fc5c8644d) Automatically enable user statistics if the "do you want to send statistics" prompt cannot be shown on the selected language

This commit is contained in:
Joonas Rikkonen
2019-05-18 17:54:46 +03:00
parent c44d64df1b
commit f0d8186c69
3 changed files with 30 additions and 36 deletions
@@ -750,6 +750,7 @@ namespace Barotrauma
if (!fileFound)
{
ShowLanguageSelectionPrompt = true;
ShowUserStatisticsPrompt = true;
SaveNewPlayerConfig();
}
}