remove "forceUnicodeFont" #416

This commit is contained in:
ShirosakiMio 2024-06-24 20:21:55 +08:00
parent 81001879df
commit db8542836e
1 changed files with 0 additions and 2 deletions

View File

@ -102,8 +102,6 @@ public final class FCLGameLauncher extends DefaultLauncher {
while ((line = bfr.readLine()) != null) {
if (line.contains("lang:") && LocaleUtils.isChinese(context) && overwrite && lang != null) {
str.append("lang:").append(lang).append("\n");
} else if (line.contains("forceUnicodeFont:")) {
str.append("forceUnicodeFont:false\n");
} else {
str.append(line).append("\n");
}