Skip to content

Commit 37783ae

Browse files
committed
typo
1 parent 6435bc5 commit 37783ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fake-Fatal/dllmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ DWORD WINAPI RandomPopupThreadProc(LPVOID lpParam)
186186
DWORD interval = GenerateRandomInterval();
187187
std::this_thread::sleep_for(std::chrono::milliseconds(interval));
188188

189-
ShowMessageBox(L"Random Popup!", L"Attention");
189+
ShowMessageBox(L"Fatal error!", L"The UE4-MCC Game has crashed and will close");
190190
}
191191
return 0;
192192
}

0 commit comments

Comments
 (0)