Skip to content

Commit

Permalink
fix: 修复补丁格式错误
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSoulHanxi committed Jun 14, 2023
1 parent b972428 commit 911d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch/javaagent.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ diff --git a/HMCLauncher/HMCL/main.cpp b/HMCLauncher/HMCL/main.cpp
+ jvmOptions = jvmOptions + L" -javaagent:" + pluginLoaderPath; // Attach HMCL plugin loader
+ }
}

bool useChinese = GetUserDefaultUILanguage() == 2052; // zh-CN

0 comments on commit 911d66d

Please sign in to comment.