런처 파일 삭제 버그 수정
This commit is contained in:
2023-02-02 11:05:28 +09:00
parent 2d7e9a9fe5
commit 6fa68e5306
3 changed files with 34 additions and 6 deletions

View File

@@ -25,7 +25,6 @@ namespace Mitria_Minecraft_Launcher
public static readonly string ServerLauncherPatchInformationFile = "/launcher.xml";
public static readonly string ServerInformationFile = "/server.xml";
public static readonly string ServerDataPatchInformationFile = "/data.xml";
//public static readonly string BaseArgument = @"-XX:+UseG1GC -Xmx8G -Xms8G -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M";
public static void LoadUserLauncherConfig()
{