Skip to content

Commit 1838863

Browse files
committed
update misc
1 parent 6cbd0f1 commit 1838863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dllmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ DWORD __stdcall Main(void*) {
130130
|| ptr2_1 == nullptr
131131
|| ptr3 == nullptr
132132
) {
133-
MessageBoxW(NULL, L"未能正常应用补丁,patch 未生效,请联系开发者", L"L4D2 Fix", MB_OK);
133+
MessageBoxW(NULL, L"未能正常应用补丁,patch 未生效,请联系开发者\n这只是一个警告,可能不影响游戏运行", L"L4D2 Fix", MB_OK);
134134
} else {
135135
std::fstream file(startup_check, std::ios::out);
136136
file << "补丁已生效,关闭启动提示,删除本文件可以重新启用" << std::endl;

0 commit comments

Comments
 (0)