This commit is contained in:
ShirosakiMio 2023-07-31 17:37:59 +08:00
commit 04ac6d244a
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public final class FCLGameLauncher extends DefaultLauncher {
str.append(line).append("\n"); str.append(line).append("\n");
} }
} }
if (!overwrite) { if (!overwrite && !str.toString().contains(replacement)) {
str.append(replacement); str.append(replacement);
} }
} catch (Exception e) { } catch (Exception e) {